summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find_command.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/find_command.idl')
-rw-r--r--src/mongo/db/query/find_command.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/query/find_command.idl b/src/mongo/db/query/find_command.idl
index 44e7b02ceb9..c7a157dc810 100644
--- a/src/mongo/db/query/find_command.idl
+++ b/src/mongo/db/query/find_command.idl
@@ -243,4 +243,9 @@ commands:
description: "Indicates whether the operation is a mirrored read"
type: optionalBool
stability: unstable
+ sampleId:
+ description: "The unique sample id for the operation if it has been chosen for sampling."
+ type: uuid
+ optional: true
+ stability: unstable