https://mongodb.github.io/mongo-csharp-driver/2.15/apidocs/html/P_MongoDB_Driver_ChangeStreamOptions_Collation.htm
ChangeStreamOptions.Collation Property
Gets or sets the collation.
collationproperty
https://mongodb.github.io/mongo-csharp-driver/2.9/apidocs/html/M_MongoDB_Driver_IMongoClientExtensions_Watch.htm
IMongoClientExtensions.Watch Method (IMongoClient, ChangeStreamOptions, CancellationToken)
Watches changes on all collections in all databases.
watchmethodcancellationtoken
https://mongodb.github.io/mongo-csharp-driver/2.7/apidocs/html/M_MongoDB_Driver_IMongoDatabaseExtensions_Watch_1.htm
IMongoDatabaseExtensions.Watch Method (IMongoDatabase, IClientSessionHandle, ChangeStreamOptions,...
Watches changes on all collection in a database.
watchmethod
https://mongodb.github.io/mongo-csharp-driver/2.11/apidocs/html/T_MongoDB_Driver_ChangeStreamOptions.htm
ChangeStreamOptions Class
Options for a change stream operation.
class
https://mongodb.github.io/mongo-csharp-driver/2.15/apidocs/html/P_MongoDB_Driver_ChangeStreamOptions_BatchSize.htm
ChangeStreamOptions.BatchSize Property
Gets or sets the size of the batch.
property