summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/aggregate_command.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/aggregate_command.idl')
-rw-r--r--src/mongo/db/pipeline/aggregate_command.idl22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/mongo/db/pipeline/aggregate_command.idl b/src/mongo/db/pipeline/aggregate_command.idl
index 67c997dcd5d..b84513a30e6 100644
--- a/src/mongo/db/pipeline/aggregate_command.idl
+++ b/src/mongo/db/pipeline/aggregate_command.idl
@@ -66,13 +66,11 @@ types:
structs:
PassthroughToShardOptions:
description: "options for commands requesting a per shard cursor"
- query_shape_component: true
fields:
shard:
description: "id of the shard to passthrough to"
type: string
unstable: true
- query_shape: anonymize
commands:
aggregate:
@@ -96,14 +94,6 @@ commands:
- privilege: # $planCacheStats
resource_pattern: exact_namespace
action_type: planCacheRead
- - privilege: # $queryStats
- agg_stage: queryStats
- resource_pattern: cluster
- action_type: queryStatsRead
- - privilege: # $queryStats
- agg_stage: queryStats
- resource_pattern: cluster
- action_type: queryStatsReadTransformed
- privilege: # $changeStream
resource_pattern: exact_namespace
action_type: changeStream
@@ -166,18 +156,6 @@ commands:
- privilege: # $backupCursorExtend, backupCursor
resource_pattern: cluster
action_type: fsync
- - privilege: # $_internalAllCollectionStats
- agg_stage: _internalAllCollectionStats
- resource_pattern: cluster
- action_type: allCollectionStats
- - privilege: # $shardedDataDistribution
- agg_stage: shardedDataDistribution
- resource_pattern: cluster
- action_type: shardedDataDistribution
- - privilege: # $listSearchIndexes
- agg_stage: listSearchIndexes
- resource_pattern: database
- action_type: listSearchIndexes
# Note that the 'CursorInitialReply' is not the only response that an aggregate command
# could return. With 'explain' or 'exchange', the response would not include the fields in
# 'CursorInitialReply'. But using 'explain' or 'exchange' is unstable, but otherwise the