ListCollectionsIterable<TResult> |
ListCollectionsIterable.batchSize(int batchSize) |
Deprecated.
Sets the number of documents to return per batch.
|
ListCollectionsIterable<TResult> |
ListCollectionsIterable.filter(Bson filter) |
Deprecated.
Sets the query filter to apply to the query.
|
ListCollectionsIterable<Document> |
MongoDatabase.listCollections() |
Deprecated.
Finds all the collections in this database.
|
ListCollectionsIterable<Document> |
MongoDatabase.listCollections(ClientSession clientSession) |
Deprecated.
Finds all the collections in this database.
|
<TResult> ListCollectionsIterable<TResult> |
MongoDatabase.listCollections(ClientSession clientSession,
Class<TResult> resultClass) |
Deprecated.
Finds all the collections in this database.
|
<TResult> ListCollectionsIterable<TResult> |
MongoDatabase.listCollections(Class<TResult> resultClass) |
Deprecated.
Finds all the collections in this database.
|
ListCollectionsIterable<TResult> |
ListCollectionsIterable.maxTime(long maxTime,
TimeUnit timeUnit) |
Deprecated.
Sets the maximum execution time on the server for this operation.
|