summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/aggregate_command.idl
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2022-11-01 20:46:48 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-01 22:29:56 +0000
commit433c0e26e0d4e35bb9b2bf6159ca1556808ab9b9 (patch)
tree8b7a80b77ccef1c181bbf64008e1af056d40fdd0 /src/mongo/db/pipeline/aggregate_command.idl
parente75a51a7dcbe842e07a24343438706d865de96dc (diff)
downloadmongo-433c0e26e0d4e35bb9b2bf6159ca1556808ab9b9.tar.gz
SERVER-70473 Make shards persist sampled read queries
Diffstat (limited to 'src/mongo/db/pipeline/aggregate_command.idl')
-rw-r--r--src/mongo/db/pipeline/aggregate_command.idl7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/aggregate_command.idl b/src/mongo/db/pipeline/aggregate_command.idl
index 5e3cfc5ba5d..9cb77333eef 100644
--- a/src/mongo/db/pipeline/aggregate_command.idl
+++ b/src/mongo/db/pipeline/aggregate_command.idl
@@ -286,4 +286,9 @@ commands:
type: array<ExternalDataSourceOption>
cpp_name: externalDataSources
optional: true
- stability: unstable \ No newline at end of file
+ stability: unstable
+ sampleId:
+ description: "The unique sample id for the operation if it has been chosen for sampling."
+ type: uuid
+ optional: true
+ stability: unstable