ListDatabasesIterable<T> |
ListDatabasesIterable.batchSize(int batchSize) |
Deprecated.
Sets the number of documents to return per batch.
|
ListDatabasesIterable<T> |
ListDatabasesIterable.filter(Bson filter) |
Deprecated.
Sets the query filter to apply to the returned database names.
|
ListDatabasesIterable<Document> |
MongoClient.listDatabases() |
Deprecated.
Gets the list of databases
|
ListDatabasesIterable<Document> |
MongoClient.listDatabases(ClientSession clientSession) |
Deprecated.
Gets the list of databases
|
<TResult> ListDatabasesIterable<TResult> |
MongoClient.listDatabases(ClientSession clientSession,
Class<TResult> resultClass) |
Deprecated.
Gets the list of databases
|
<TResult> ListDatabasesIterable<TResult> |
MongoClient.listDatabases(Class<TResult> resultClass) |
Deprecated.
Gets the list of databases
|
ListDatabasesIterable<T> |
ListDatabasesIterable.maxTime(long maxTime,
TimeUnit timeUnit) |
Deprecated.
Sets the maximum execution time on the server for this operation.
|
ListDatabasesIterable<T> |
ListDatabasesIterable.nameOnly(Boolean nameOnly) |
Deprecated.
Sets the nameOnly flag that indicates whether the command should return just the database names or return the database names and
size information.
|