IMongoDatabaseExtensions Methods |
Name | Description | |
---|---|---|
![]() ![]() | Aggregate(IMongoDatabase, AggregateOptions) |
Begins a fluent aggregation interface.
|
![]() ![]() | Aggregate(IMongoDatabase, IClientSessionHandle, AggregateOptions) |
Begins a fluent aggregation interface.
|
![]() ![]() | Watch(IMongoDatabase, ChangeStreamOptions, CancellationToken) |
Watches changes on all collection in a database.
|
![]() ![]() | Watch(IMongoDatabase, IClientSessionHandle, ChangeStreamOptions, CancellationToken) |
Watches changes on all collection in a database.
|
![]() ![]() | WatchAsync(IMongoDatabase, ChangeStreamOptions, CancellationToken) |
Watches changes on all collection in a database.
|
![]() ![]() | WatchAsync(IMongoDatabase, IClientSessionHandle, ChangeStreamOptions, CancellationToken) |
Watches changes on all collection in a database.
|