| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | AggregateTResult(PipelineDefinitionNoPipelineInput, TResult, AggregateOptions, CancellationToken) |
Runs an aggregation pipeline.
|
![Public method Public method](../icons/pubmethod.gif) | AggregateTResult(IClientSessionHandle, PipelineDefinitionNoPipelineInput, TResult, AggregateOptions, CancellationToken) |
Runs an aggregation pipeline.
|
![Public method Public method](../icons/pubmethod.gif) | AggregateAsyncTResult(PipelineDefinitionNoPipelineInput, TResult, AggregateOptions, CancellationToken) |
Runs an aggregation pipeline.
|
![Public method Public method](../icons/pubmethod.gif) | AggregateAsyncTResult(IClientSessionHandle, PipelineDefinitionNoPipelineInput, TResult, AggregateOptions, CancellationToken) |
Runs an aggregation pipeline.
|
![Public method Public method](../icons/pubmethod.gif) | AggregateToCollectionTResult(PipelineDefinitionNoPipelineInput, TResult, AggregateOptions, CancellationToken) |
Runs an aggregation pipeline.
|
![Public method Public method](../icons/pubmethod.gif) | AggregateToCollectionTResult(IClientSessionHandle, PipelineDefinitionNoPipelineInput, TResult, AggregateOptions, CancellationToken) |
Runs an aggregation pipeline.
|
![Public method Public method](../icons/pubmethod.gif) | AggregateToCollectionAsyncTResult(PipelineDefinitionNoPipelineInput, TResult, AggregateOptions, CancellationToken) |
Runs an aggregation pipeline.
|
![Public method Public method](../icons/pubmethod.gif) | AggregateToCollectionAsyncTResult(IClientSessionHandle, PipelineDefinitionNoPipelineInput, TResult, AggregateOptions, CancellationToken) |
Runs an aggregation pipeline.
|
![Public method Public method](../icons/pubmethod.gif) | CreateCollection(String, CreateCollectionOptions, CancellationToken) |
Creates the collection with the specified name.
|
![Public method Public method](../icons/pubmethod.gif) | CreateCollection(IClientSessionHandle, String, CreateCollectionOptions, CancellationToken) |
Creates the collection with the specified name.
|
![Public method Public method](../icons/pubmethod.gif) | CreateCollectionAsync(String, CreateCollectionOptions, CancellationToken) |
Creates the collection with the specified name.
|
![Public method Public method](../icons/pubmethod.gif) | CreateCollectionAsync(IClientSessionHandle, String, CreateCollectionOptions, CancellationToken) |
Creates the collection with the specified name.
|
![Public method Public method](../icons/pubmethod.gif) | CreateViewTDocument, TResult(String, String, PipelineDefinitionTDocument, TResult, CreateViewOptionsTDocument, CancellationToken) |
Creates a view.
|
![Public method Public method](../icons/pubmethod.gif) | CreateViewTDocument, TResult(IClientSessionHandle, String, String, PipelineDefinitionTDocument, TResult, CreateViewOptionsTDocument, CancellationToken) |
Creates a view.
|
![Public method Public method](../icons/pubmethod.gif) | CreateViewAsyncTDocument, TResult(String, String, PipelineDefinitionTDocument, TResult, CreateViewOptionsTDocument, CancellationToken) |
Creates a view.
|
![Public method Public method](../icons/pubmethod.gif) | CreateViewAsyncTDocument, TResult(IClientSessionHandle, String, String, PipelineDefinitionTDocument, TResult, CreateViewOptionsTDocument, CancellationToken) |
Creates a view.
|
![Public method Public method](../icons/pubmethod.gif) | DropCollection(String, CancellationToken) |
Drops the collection with the specified name.
|
![Public method Public method](../icons/pubmethod.gif) | DropCollection(IClientSessionHandle, String, CancellationToken) |
Drops the collection with the specified name.
|
![Public method Public method](../icons/pubmethod.gif) | DropCollectionAsync(String, CancellationToken) |
Drops the collection with the specified name.
|
![Public method Public method](../icons/pubmethod.gif) | DropCollectionAsync(IClientSessionHandle, String, CancellationToken) |
Drops the collection with the specified name.
|
![Public method Public method](../icons/pubmethod.gif) | GetCollectionTDocument |
Gets a collection.
|
![Public method Public method](../icons/pubmethod.gif) | ListCollectionNames(ListCollectionNamesOptions, CancellationToken) |
Lists the names of all the collections in the database.
|
![Public method Public method](../icons/pubmethod.gif) | ListCollectionNames(IClientSessionHandle, ListCollectionNamesOptions, CancellationToken) |
Lists the names of all the collections in the database.
|
![Public method Public method](../icons/pubmethod.gif) | ListCollectionNamesAsync(ListCollectionNamesOptions, CancellationToken) |
Lists the names of all the collections in the database.
|
![Public method Public method](../icons/pubmethod.gif) | ListCollectionNamesAsync(IClientSessionHandle, ListCollectionNamesOptions, CancellationToken) |
Lists the names of all the collections in the database.
|
![Public method Public method](../icons/pubmethod.gif) | ListCollections(ListCollectionsOptions, CancellationToken) |
Lists all the collections in the database.
|
![Public method Public method](../icons/pubmethod.gif) | ListCollections(IClientSessionHandle, ListCollectionsOptions, CancellationToken) |
Lists all the collections in the database.
|
![Public method Public method](../icons/pubmethod.gif) | ListCollectionsAsync(ListCollectionsOptions, CancellationToken) |
Lists all the collections in the database.
|
![Public method Public method](../icons/pubmethod.gif) | ListCollectionsAsync(IClientSessionHandle, ListCollectionsOptions, CancellationToken) |
Lists all the collections in the database.
|
![Public method Public method](../icons/pubmethod.gif) | RenameCollection(String, String, RenameCollectionOptions, CancellationToken) |
Renames the collection.
|
![Public method Public method](../icons/pubmethod.gif) | RenameCollection(IClientSessionHandle, String, String, RenameCollectionOptions, CancellationToken) |
Renames the collection.
|
![Public method Public method](../icons/pubmethod.gif) | RenameCollectionAsync(String, String, RenameCollectionOptions, CancellationToken) |
Renames the collection.
|
![Public method Public method](../icons/pubmethod.gif) | RenameCollectionAsync(IClientSessionHandle, String, String, RenameCollectionOptions, CancellationToken) |
Renames the collection.
|
![Public method Public method](../icons/pubmethod.gif) | RunCommandTResult(CommandTResult, ReadPreference, CancellationToken) |
Runs a command.
|
![Public method Public method](../icons/pubmethod.gif) | RunCommandTResult(IClientSessionHandle, CommandTResult, ReadPreference, CancellationToken) |
Runs a command.
|
![Public method Public method](../icons/pubmethod.gif) | RunCommandAsyncTResult(CommandTResult, ReadPreference, CancellationToken) |
Runs a command.
|
![Public method Public method](../icons/pubmethod.gif) | RunCommandAsyncTResult(IClientSessionHandle, CommandTResult, ReadPreference, CancellationToken) |
Runs a command.
|
![Public method Public method](../icons/pubmethod.gif) | WatchTResult(PipelineDefinitionChangeStreamDocumentBsonDocument, TResult, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in a database.
|
![Public method Public method](../icons/pubmethod.gif) | WatchTResult(IClientSessionHandle, PipelineDefinitionChangeStreamDocumentBsonDocument, TResult, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in a database.
|
![Public method Public method](../icons/pubmethod.gif) | WatchAsyncTResult(PipelineDefinitionChangeStreamDocumentBsonDocument, TResult, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in a database.
|
![Public method Public method](../icons/pubmethod.gif) | WatchAsyncTResult(IClientSessionHandle, PipelineDefinitionChangeStreamDocumentBsonDocument, TResult, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in a database.
|
![Public method Public method](../icons/pubmethod.gif) | WithReadConcern |
Returns a new IMongoDatabase instance with a different read concern setting.
|
![Public method Public method](../icons/pubmethod.gif) | WithReadPreference |
Returns a new IMongoDatabase instance with a different read preference setting.
|
![Public method Public method](../icons/pubmethod.gif) | WithWriteConcern |
Returns a new IMongoDatabase instance with a different write concern setting.
|