Class ChangeStreamStageOptions
Options for a $changeStream stage.
public class ChangeStreamStageOptions
- Inheritance
-
ChangeStreamStageOptions
- Inherited Members
Properties
AllChangesForCluster
Gets or sets whether to include all changes for an entire cluster in the change stream.
public bool? AllChangesForCluster { get; set; }
Property Value
- bool?
Whether to include all changes for an entire cluster in the change stream.
FullDocument
Gets or sets the full document.
public ChangeStreamFullDocumentOption FullDocument { get; set; }
Property Value
- ChangeStreamFullDocumentOption
The full document.
ResumeAfter
Gets or sets the resume after.
public BsonDocument ResumeAfter { get; set; }
Property Value
- BsonDocument
The resume after.
StartAfter
Get or sets the start after.
public BsonDocument StartAfter { get; set; }
Property Value
- BsonDocument
The start after.
StartAtOperationTime
Gets or sets the start at operation time.
public BsonTimestamp StartAtOperationTime { get; set; }
Property Value
- BsonTimestamp
The start at operation time.