summaryrefslogtreecommitdiff
path: root/src/mongo/crypto
diff options
context:
space:
mode:
authorShreyas Kalyan <shreyas.kalyan@mongodb.com>2023-04-13 14:30:53 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-17 21:50:39 +0000
commit5ba4b4c02e154502455c98ff5e605eeb7b2bc555 (patch)
tree1eb345e78f9983efe9bc7e974bcf517261160459 /src/mongo/crypto
parenta45535c81c645dc190485e033a6ed6b91678bd50 (diff)
downloadmongo-5ba4b4c02e154502455c98ff5e605eeb7b2bc555.tar.gz
SERVER-72937 Create the QE cleanupStructuredEncryptionData command skeleton for mongod
Diffstat (limited to 'src/mongo/crypto')
-rw-r--r--src/mongo/crypto/fle_stats.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/crypto/fle_stats.idl b/src/mongo/crypto/fle_stats.idl
index 485a59f8f50..69e8f1f418c 100644
--- a/src/mongo/crypto/fle_stats.idl
+++ b/src/mongo/crypto/fle_stats.idl
@@ -67,3 +67,9 @@ structs:
type: ECStats
optional: true
esc: ECStats
+
+ CleanupStats:
+ description: "Stats about records in ECOC, and ESC cleanup touched"
+ fields:
+ ecoc: ECOCStats
+ esc: ECStats