summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/storage_stats_spec.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/storage_stats_spec.idl')
-rw-r--r--src/mongo/db/pipeline/storage_stats_spec.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/pipeline/storage_stats_spec.idl b/src/mongo/db/pipeline/storage_stats_spec.idl
index c0cc0a4ce6a..8052f09de51 100644
--- a/src/mongo/db/pipeline/storage_stats_spec.idl
+++ b/src/mongo/db/pipeline/storage_stats_spec.idl
@@ -36,23 +36,18 @@ structs:
StorageStatsSpec:
description: Represents the 'storageStats' argument to the $collStats stage.
strict: false
- query_shape_component: true
fields:
scale:
description: A number to use as a scaling factor applied to reported metrics.
type: safeInt
optional: true
validator: { gte: 1 }
- query_shape: literal
verbose:
type: optionalBool
default: false
- query_shape: parameter
waitForLock:
type: optionalBool
default: true
- query_shape: parameter
numericOnly:
type: optionalBool
default: false
- query_shape: parameter