|  | 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.
             | 
|  | CreateViewTDocument, TResult(String, String, PipelineDefinitionTDocument, TResult, CreateViewOptionsTDocument, CancellationToken) | 
            Creates a view.
             | 
|  | CreateViewTDocument, TResult(IClientSessionHandle, String, String, PipelineDefinitionTDocument, TResult, CreateViewOptionsTDocument, CancellationToken) | 
            Creates a view.
             | 
|  | CreateViewAsyncTDocument, TResult(String, String, PipelineDefinitionTDocument, TResult, CreateViewOptionsTDocument, CancellationToken) | 
            Creates a view.
             | 
|  | CreateViewAsyncTDocument, TResult(IClientSessionHandle, String, String, PipelineDefinitionTDocument, TResult, CreateViewOptionsTDocument, 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.
             | 
|  | GetCollectionTDocument | 
            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.
             | 
|  | RunCommandTResult(CommandTResult, ReadPreference, CancellationToken) | 
            Runs a command.
             | 
|  | RunCommandTResult(IClientSessionHandle, CommandTResult, ReadPreference, CancellationToken) | 
            Runs a command.
             | 
|  | RunCommandAsyncTResult(CommandTResult, ReadPreference, CancellationToken) | 
            Runs a command.
             | 
|  | RunCommandAsyncTResult(IClientSessionHandle, CommandTResult, 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.
             |