ChangeStreamOperationTResultResumeAfter Property |
Gets or sets the resume after value.
Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntaxpublic BsonDocument ResumeAfter { get; set; }
Public Property ResumeAfter As BsonDocument
Get
Set
abstract ResumeAfter : BsonDocument with get, set
override ResumeAfter : BsonDocument with get, set
Property Value
Type:
BsonDocument
The resume after value.
Implements
IChangeStreamOperationTResultResumeAfter
See Also