diff options
author | Andrii Dobroshynski <andrii.dobroshynski@mongodb.com> | 2022-02-17 08:49:56 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-03-15 07:19:11 +0000 |
commit | 2572165d03ab73a8969dd60f5c0fbda20ad41aef (patch) | |
tree | a3bd0608729e11c166ffc1ce2cfa15d1de51531c /src/mongo/db/pipeline/document_source_change_stream.idl | |
parent | b7b6ca761e7939ddf75cdf96fa3f37ce5db73b7a (diff) | |
download | mongo-2572165d03ab73a8969dd60f5c0fbda20ad41aef.tar.gz |
SERVER-61893 Add capability for showing system events with showSystemEvents flag
Diffstat (limited to 'src/mongo/db/pipeline/document_source_change_stream.idl')
-rw-r--r-- | src/mongo/db/pipeline/document_source_change_stream.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/document_source_change_stream.idl b/src/mongo/db/pipeline/document_source_change_stream.idl index 69abc61d4a8..e1b8227a0fc 100644 --- a/src/mongo/db/pipeline/document_source_change_stream.idl +++ b/src/mongo/db/pipeline/document_source_change_stream.idl @@ -150,6 +150,12 @@ structs: of data. Instead they reflect this data moving from one shard to another. + showSystemEvents: + cpp_name: showSystemEvents + type: optionalBool + description: A flag indicating whether the stream should report events on system + collections. + allowToRunOnConfigDB: cpp_name: allowToRunOnConfigDB type: optionalBool |