diff options
Diffstat (limited to 'src/mongo/db/pipeline/aggregate_command.idl')
| -rw-r--r-- | src/mongo/db/pipeline/aggregate_command.idl | 7 |
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 |
