DistinctQueryBuilder
final case class DistinctQueryBuilder[F[_], T] extends QueryBuilder[[TResult <: <FromJavaObject>] =>> DistinctPublisher[TResult], T]
trait Serializable
trait Product
trait Equals
trait QueryBuilder[[TResult <: <FromJavaObject>] =>> DistinctPublisher[TResult], T]
class Object
trait Matchable
class Any
Value members
Concrete methods
Sets the number of documents to return per batch.
Sets the number of documents to return per batch.
Overrides the Subscription#request value for setting the batch size, allowing for fine grained control over the underlying cursor.
- Value parameters:
- size
the batch size
- Returns:
DistinctQueryBuilder
- Since:
1.8
Sets the collation options
Sets the collation options
- Value parameters:
- collation
the collation options to use
- Returns:
DistinctQueryBuilder
- Since:
1.3
Sets the query filter to apply to the query.
Sets the query filter to apply to the query.
- Value parameters:
- filter
the filter.
- Returns:
DistinctQueryBuilder