summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/fle2_compact.idl
diff options
context:
space:
mode:
authorSpencer Jackson <spencer.jackson@mongodb.com>2022-12-20 20:42:52 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-03 19:15:46 +0000
commit03ace3256385389bd59564c30869e38ddbf89d35 (patch)
tree176b953c0d0048ea5de8b68430d8d4d2cc792103 /src/mongo/db/commands/fle2_compact.idl
parenta191242084142413fd33214285ca7180f03ff074 (diff)
downloadmongo-03ace3256385389bd59564c30869e38ddbf89d35.tar.gz
SERVER-72242 Add test only serverStatus metrics to EmuBinary
Diffstat (limited to 'src/mongo/db/commands/fle2_compact.idl')
-rw-r--r--src/mongo/db/commands/fle2_compact.idl34
1 files changed, 1 insertions, 33 deletions
diff --git a/src/mongo/db/commands/fle2_compact.idl b/src/mongo/db/commands/fle2_compact.idl
index 1ece006c512..3ba9a9c9686 100644
--- a/src/mongo/db/commands/fle2_compact.idl
+++ b/src/mongo/db/commands/fle2_compact.idl
@@ -31,41 +31,9 @@ global:
imports:
- "mongo/db/basic_types.idl"
+ - "mongo/crypto/fle_stats.idl"
structs:
- ECOCStats:
- description: "Stats about records in ECOC compact touched"
- fields:
- read:
- type: exactInt64
- default: 0
- deleted:
- type: exactInt64
- default: 0
-
- ECStats:
- description: "Stats about records in ECC & ESC compact touched"
- fields:
- read:
- type: exactInt64
- default: 0
- inserted:
- type: exactInt64
- default: 0
- updated:
- type: exactInt64
- default: 0
- deleted:
- type: exactInt64
- default: 0
-
- CompactStats:
- description: "Stats about records in ECC, ECOC, and ESC compact touched"
- fields:
- ecoc: ECOCStats
- ecc: ECStats
- esc: ECStats
-
CompactStructuredEncryptionDataCommandReply:
description: "Reply from the {compactStructuredEncryptedData: ...} command"
strict: true