| Name | Description |
---|
 | CreateCollection(String, CreateCollectionOptions, CancellationToken) |
Creates the collection with the specified name.
|
 | CreateCollection(IClientSessionHandle, String, CreateCollectionOptions, CancellationToken) |
Creates the collection with the specified name.
|
 | CreateCollectionAsync(String, CreateCollectionOptions, CancellationToken) |
Creates the collection with the specified name.
|
 | CreateCollectionAsync(IClientSessionHandle, String, CreateCollectionOptions, CancellationToken) |
Creates the collection with the specified name.
|
 | CreateView<TDocument, TResult>(String, String, PipelineDefinition<TDocument, TResult>, CreateViewOptions<TDocument>, CancellationToken) |
Creates a view.
|
 | CreateView<TDocument, TResult>(IClientSessionHandle, String, String, PipelineDefinition<TDocument, TResult>, CreateViewOptions<TDocument>, CancellationToken) |
Creates a view.
|
 | CreateViewAsync<TDocument, TResult>(String, String, PipelineDefinition<TDocument, TResult>, CreateViewOptions<TDocument>, CancellationToken) |
Creates a view.
|
 | CreateViewAsync<TDocument, TResult>(IClientSessionHandle, String, String, PipelineDefinition<TDocument, TResult>, CreateViewOptions<TDocument>, CancellationToken) |
Creates a view.
|
 | DropCollection(String, CancellationToken) |
Drops the collection with the specified name.
|
 | DropCollection(IClientSessionHandle, String, CancellationToken) |
Drops the collection with the specified name.
|
 | DropCollectionAsync(String, CancellationToken) |
Drops the collection with the specified name.
|
 | DropCollectionAsync(IClientSessionHandle, String, CancellationToken) |
Drops the collection with the specified name.
|
 | GetCollection<TDocument> |
Gets a collection.
|
 | ListCollections(ListCollectionsOptions, CancellationToken) |
Lists all the collections on the server.
|
 | ListCollections(IClientSessionHandle, ListCollectionsOptions, CancellationToken) |
Lists all the collections on the server.
|
 | ListCollectionsAsync(ListCollectionsOptions, CancellationToken) |
Lists all the collections on the server.
|
 | ListCollectionsAsync(IClientSessionHandle, ListCollectionsOptions, CancellationToken) |
Lists all the collections on the server.
|
 | RenameCollection(String, String, RenameCollectionOptions, CancellationToken) |
Renames the collection.
|
 | RenameCollection(IClientSessionHandle, String, String, RenameCollectionOptions, CancellationToken) |
Renames the collection.
|
 | RenameCollectionAsync(String, String, RenameCollectionOptions, CancellationToken) |
Renames the collection.
|
 | RenameCollectionAsync(IClientSessionHandle, String, String, RenameCollectionOptions, CancellationToken) |
Renames the collection.
|
 | RunCommand<TResult>(Command<TResult>, ReadPreference, CancellationToken) |
Runs a command.
|
 | RunCommand<TResult>(IClientSessionHandle, Command<TResult>, ReadPreference, CancellationToken) |
Runs a command.
|
 | RunCommandAsync<TResult>(Command<TResult>, ReadPreference, CancellationToken) |
Runs a command.
|
 | RunCommandAsync<TResult>(IClientSessionHandle, Command<TResult>, ReadPreference, CancellationToken) |
Runs a command.
|
 | WithReadConcern |
Returns a new IMongoDatabase instance with a different read concern setting.
|
 | WithReadPreference |
Returns a new IMongoDatabase instance with a different read preference setting.
|
 | WithWriteConcern |
Returns a new IMongoDatabase instance with a different write concern setting.
|