| Name | Description |
---|
 | DropDatabase(String, CancellationToken) |
Drops the database with the specified name.
(Overrides MongoClientBase.DropDatabase(String, CancellationToken).) |
 | DropDatabase(IClientSessionHandle, String, CancellationToken) |
Drops the database with the specified name.
(Overrides MongoClientBase.DropDatabase(IClientSessionHandle, String, CancellationToken).) |
 | DropDatabaseAsync(String, CancellationToken) |
Drops the database with the specified name.
(Overrides MongoClientBase.DropDatabaseAsync(String, CancellationToken).) |
 | DropDatabaseAsync(IClientSessionHandle, String, CancellationToken) |
Drops the database with the specified name.
(Overrides MongoClientBase.DropDatabaseAsync(IClientSessionHandle, String, CancellationToken).) |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetDatabase |
Gets a database.
(Overrides MongoClientBase.GetDatabase(String, MongoDatabaseSettings).) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ListDatabaseNames(CancellationToken) |
Returns the names of the databases on the server.
(Overrides MongoClientBase.ListDatabaseNames(CancellationToken).) |
 | ListDatabaseNames(IClientSessionHandle, CancellationToken) |
Returns the names of the databases on the server.
(Overrides MongoClientBase.ListDatabaseNames(IClientSessionHandle, CancellationToken).) |
 | ListDatabaseNames(ListDatabaseNamesOptions, CancellationToken) |
Returns the names of the databases on the server.
(Overrides MongoClientBase.ListDatabaseNames(ListDatabaseNamesOptions, CancellationToken).) |
 | ListDatabaseNames(IClientSessionHandle, ListDatabaseNamesOptions, CancellationToken) |
Returns the names of the databases on the server.
(Overrides MongoClientBase.ListDatabaseNames(IClientSessionHandle, ListDatabaseNamesOptions, CancellationToken).) |
 | ListDatabaseNamesAsync(CancellationToken) |
Returns the names of the databases on the server.
(Overrides MongoClientBase.ListDatabaseNamesAsync(CancellationToken).) |
 | ListDatabaseNamesAsync(IClientSessionHandle, CancellationToken) |
Returns the names of the databases on the server.
(Overrides MongoClientBase.ListDatabaseNamesAsync(IClientSessionHandle, CancellationToken).) |
 | ListDatabaseNamesAsync(ListDatabaseNamesOptions, CancellationToken) |
Returns the names of the databases on the server.
(Overrides MongoClientBase.ListDatabaseNamesAsync(ListDatabaseNamesOptions, CancellationToken).) |
 | ListDatabaseNamesAsync(IClientSessionHandle, ListDatabaseNamesOptions, CancellationToken) |
Returns the names of the databases on the server.
(Overrides MongoClientBase.ListDatabaseNamesAsync(IClientSessionHandle, ListDatabaseNamesOptions, CancellationToken).) |
 | ListDatabases(CancellationToken) |
Lists the databases on the server.
(Overrides MongoClientBase.ListDatabases(CancellationToken).) |
 | ListDatabases(IClientSessionHandle, CancellationToken) |
Lists the databases on the server.
(Overrides MongoClientBase.ListDatabases(IClientSessionHandle, CancellationToken).) |
 | ListDatabases(ListDatabasesOptions, CancellationToken) |
Lists the databases on the server.
(Overrides MongoClientBase.ListDatabases(ListDatabasesOptions, CancellationToken).) |
 | ListDatabases(IClientSessionHandle, ListDatabasesOptions, CancellationToken) |
Lists the databases on the server.
(Overrides MongoClientBase.ListDatabases(IClientSessionHandle, ListDatabasesOptions, CancellationToken).) |
 | ListDatabasesAsync(CancellationToken) |
Lists the databases on the server.
(Overrides MongoClientBase.ListDatabasesAsync(CancellationToken).) |
 | ListDatabasesAsync(IClientSessionHandle, CancellationToken) |
Lists the databases on the server.
(Overrides MongoClientBase.ListDatabasesAsync(IClientSessionHandle, CancellationToken).) |
 | ListDatabasesAsync(ListDatabasesOptions, CancellationToken) |
Lists the databases on the server.
(Overrides MongoClientBase.ListDatabasesAsync(ListDatabasesOptions, CancellationToken).) |
 | ListDatabasesAsync(IClientSessionHandle, ListDatabasesOptions, CancellationToken) |
Lists the databases on the server.
(Overrides MongoClientBase.ListDatabasesAsync(IClientSessionHandle, ListDatabasesOptions, CancellationToken).) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | StartSession |
Starts a client session.
(Overrides MongoClientBase.StartSession(ClientSessionOptions, CancellationToken).) |
 | StartSessionAsync |
Starts a client session.
(Overrides MongoClientBase.StartSessionAsync(ClientSessionOptions, CancellationToken).) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | Watch<TResult>(PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in all databases.
(Overrides MongoClientBase.Watch<TResult>(PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken).) |
 | Watch<TResult>(PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in all databases.
(Inherited from MongoClientBase.) |
 | Watch<TResult>(IClientSessionHandle, PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in all databases.
(Overrides MongoClientBase.Watch<TResult>(IClientSessionHandle, PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken).) |
 | Watch<TResult>(IClientSessionHandle, PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in all databases.
(Inherited from MongoClientBase.) |
 | WatchAsync<TResult>(PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in all databases.
(Overrides MongoClientBase.WatchAsync<TResult>(PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken).) |
 | WatchAsync<TResult>(PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in all databases.
(Inherited from MongoClientBase.) |
 | WatchAsync<TResult>(IClientSessionHandle, PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in all databases.
(Overrides MongoClientBase.WatchAsync<TResult>(IClientSessionHandle, PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken).) |
 | WatchAsync<TResult>(IClientSessionHandle, PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in all databases.
(Inherited from MongoClientBase.) |
 | WithReadConcern |
Returns a new IMongoClient instance with a different read concern setting.
(Overrides MongoClientBase.WithReadConcern(ReadConcern).) |
 | WithReadPreference |
Returns a new IMongoClient instance with a different read preference setting.
(Overrides MongoClientBase.WithReadPreference(ReadPreference).) |
 | WithWriteConcern |
Returns a new IMongoClient instance with a different write concern setting.
(Overrides MongoClientBase.WithWriteConcern(WriteConcern).) |