IChangeStreamOperationTResult Interface

A change stream operation.

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
public interface IChangeStreamOperation<TResult> : IReadOperation<IChangeStreamCursor<TResult>>

Type Parameters

TResult
The type of the result.

The IChangeStreamOperationTResult type exposes the following members.

Properties
 NameDescription
Public propertyResumeAfter
Gets or sets the resume after value.
Public propertyStartAfter
Gets or sets the start after value.
Public propertyStartAtOperationTime
Gets or sets the start at operation time.
Top
Methods
 NameDescription
Public methodExecute
Executes the operation.
(Inherited from IReadOperationTResult.)
Public methodExecuteAsync
Executes the operation.
(Inherited from IReadOperationTResult.)
Public methodResume
Resumes the operation after a resume token.
Public methodResumeAsync
Resumes the operation after a resume token.
Top
Extension Methods
 NameDescription
Public Extension MethodExecuteIChangeStreamCursorTResult
Executes a read operation using a channel source.
(Defined by OperationExtensionMethods.)
Public Extension MethodExecuteAsyncIChangeStreamCursorTResult
Executes a read operation using a channel source.
(Defined by OperationExtensionMethods.)
Top
See Also

Reference