Class ChangeStreamPreAndPostImagesOptions
Change stream pre and post images options.
public sealed class ChangeStreamPreAndPostImagesOptions : BsonDocumentBackedClass
- Inheritance
-
ChangeStreamPreAndPostImagesOptions
- Inherited Members
Constructors
ChangeStreamPreAndPostImagesOptions()
Initializes a new instance of the ChangeStreamPreAndPostImagesOptions class.
public ChangeStreamPreAndPostImagesOptions()
ChangeStreamPreAndPostImagesOptions(BsonDocument)
Initializes a new instance of the ChangeStreamPreAndPostImagesOptions class.
public ChangeStreamPreAndPostImagesOptions(BsonDocument bsonDocument)
Parameters
bsonDocument
BsonDocumentThe backing document.
Properties
BackingDocument
Gets the backing document.
public BsonDocument BackingDocument { get; }
Property Value
Enabled
Gets or sets a value indicating whether ChangeStreamPreAndPostImages is enabled.
public bool Enabled { get; set; }