Table of Contents

Class ChangeStreamPreAndPostImagesOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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 BsonDocument

The backing document.

Properties

BackingDocument

Gets the backing document.

public BsonDocument BackingDocument { get; }

Property Value

BsonDocument

Enabled

Gets or sets a value indicating whether ChangeStreamPreAndPostImages is enabled.

public bool Enabled { get; set; }

Property Value

bool