Table of Contents

Class ChangeStreamStageOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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.

FullDocument

Gets or sets the full document.

ResumeAfter

Gets or sets the resume after.

StartAfter

Get or sets the start after.

StartAtOperationTime

Gets or sets the start at operation time.