Click or drag to resize

ChangeStreamOperationTResult Class

A change stream operation.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.Core.OperationsChangeStreamOperationTResult

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax
public class ChangeStreamOperation<TResult> : IChangeStreamOperation<TResult>, 
	IReadOperation<IAsyncCursor<TResult>>

Type Parameters

TResult
The type of the result values.

The ChangeStreamOperationTResult type exposes the following members.

Constructors
  NameDescription
Public methodChangeStreamOperationTResult
Initializes a new instance of the ChangeStreamOperationTResult class.
Top
Properties
  NameDescription
Public propertyBatchSize
Gets or sets the size of the batch.
Public propertyCollation
Gets or sets the collation.
Public propertyCollectionNamespace
Gets the collection namespace.
Public propertyFullDocument
Gets or sets the full document option.
Public propertyMaxAwaitTime
Gets or sets the maximum await time.
Public propertyMessageEncoderSettings
Gets the message encoder settings.
Public propertyPipeline
Gets the pipeline.
Public propertyReadConcern
Gets or sets the read concern.
Public propertyResultSerializer
Gets the result serializer.
Public propertyResumeAfter
Gets or sets the resume after value.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodExecute
Executes the operation.
Public methodExecuteAsync
Executes the operation.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodResume
Resumes the operation after a resume token.
Public methodResumeAsync
Resumes the operation after a resume token.
Public methodToString (Inherited from Object.)
Top
Extension Methods
See Also