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.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax
public class ChangeStreamOperation<TResult> : IChangeStreamOperation<TResult>, 
	IReadOperation<IChangeStreamCursor<TResult>>

Type Parameters

TResult
The type of the result values.

The ChangeStreamOperationTResult type exposes the following members.

Constructors
  NameDescription
Public methodChangeStreamOperationTResult(IEnumerableBsonDocument, IBsonSerializerTResult, MessageEncoderSettings)
Initializes a new instance of the ChangeStreamOperationTResult class.
Public methodChangeStreamOperationTResult(CollectionNamespace, IEnumerableBsonDocument, IBsonSerializerTResult, MessageEncoderSettings)
Initializes a new instance of the ChangeStreamOperationTResult class.
Public methodChangeStreamOperationTResult(DatabaseNamespace, IEnumerableBsonDocument, IBsonSerializerTResult, MessageEncoderSettings)
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 propertyComment
Gets or sets the comment.
Public propertyDatabaseNamespace
Gets the database namespace.
Public propertyFullDocument
Gets or sets the full document option.
Public propertyFullDocumentBeforeChange
Gets or sets the full document before change 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.
Public propertyRetryRequested
Gets or sets a value indicating whether to retry.
Public propertyShowExpandedEvents
Gets or sets whether the change stream should show expanded events (MongoDB 6.0 and later).
Public propertyStartAfter
Gets or sets the start after value.
Public propertyStartAtOperationTime
Gets or sets the start at operation time.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
Executes the operation.
Public methodExecuteAsync
Executes the operation.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResume
Resumes the operation after a resume token.
Public methodResumeAsync
Resumes the operation after a resume token.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also