Table of Contents

Class ChangeStreamOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for a change stream operation.

public class ChangeStreamOptions
Inheritance
ChangeStreamOptions
Inherited Members

Properties

BatchSize

Gets or sets the size of the batch.

Collation

Gets or sets the collation.

Comment

Gets or sets the comment.

FullDocument

Gets or sets the full document.

FullDocumentBeforeChange

Gets or sets the full document before change.

MaxAwaitTime

Gets or sets the maximum await time.

ResumeAfter

Gets or sets the resume after.

ShowExpandedEvents

Gets or sets whether the change stream should show expanded events (MongoDB 6.0 and later). Expanded change stream events include:

StartAfter

Gets or sets the start after.

StartAtOperationTime

Gets or sets the start at operation time.