DistinctIterable<TResult> |
DistinctIterable.batchSize(int batchSize) |
Deprecated.
Sets the number of documents to return per batch.
|
DistinctIterable<TResult> |
DistinctIterable.collation(Collation collation) |
Deprecated.
Sets the collation options
|
<TResult> DistinctIterable<TResult> |
MongoCollection.distinct(ClientSession clientSession,
String fieldName,
Class<TResult> resultClass) |
Deprecated.
Gets the distinct values of the specified field name.
|
<TResult> DistinctIterable<TResult> |
MongoCollection.distinct(ClientSession clientSession,
String fieldName,
Bson filter,
Class<TResult> resultClass) |
Deprecated.
Gets the distinct values of the specified field name.
|
<TResult> DistinctIterable<TResult> |
MongoCollection.distinct(String fieldName,
Class<TResult> resultClass) |
Deprecated.
Gets the distinct values of the specified field name.
|
<TResult> DistinctIterable<TResult> |
MongoCollection.distinct(String fieldName,
Bson filter,
Class<TResult> resultClass) |
Deprecated.
Gets the distinct values of the specified field name.
|
DistinctIterable<TResult> |
DistinctIterable.filter(Bson filter) |
Deprecated.
Sets the query filter to apply to the query.
|
DistinctIterable<TResult> |
DistinctIterable.maxTime(long maxTime,
TimeUnit timeUnit) |
Deprecated.
Sets the maximum execution time on the server for this operation.
|