Interface IChangeStreamOperation<TResult>
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
A change stream operation.
public interface IChangeStreamOperation<TResult> : IReadOperation<IChangeStreamCursor<TResult>>Type Parameters
- TResult
- The type of the result. 
- Inherited Members
- Extension Methods
Properties
- ResumeAfter
- Gets or sets the resume after value. 
- ShowExpandedEvents
- Gets or sets whether the change stream should show expanded events (MongoDB 6.0 and later). 
- StartAfter
- Gets or sets the start after value. 
- StartAtOperationTime
- Gets or sets the start at operation time. 
Methods
- Resume(IReadBinding, CancellationToken)
- Resumes the operation after a resume token. 
- ResumeAsync(IReadBinding, CancellationToken)
- Resumes the operation after a resume token.