FindOptions
class FindOptions<Document : Any>(context: BsonContext) : Options, WithLimit, WithSkip, WithMaxTime, WithSort<Document> , WithReadConcern, WithReadPreference(source)
The options for a Find command.
Properties
Functions
Link copied to clipboard
Adds a new node as a child of this one.
Link copied to clipboard
Adds any number of nodes into this one.
Link copied to clipboard
Makes this expression immutable.
Link copied to clipboard
Specifies the ReadConcern for this operation.
Link copied to clipboard
Specifies the ReadPreference for this operation.
Link copied to clipboard
Returns a simplified (but equivalent) expression to the current expression.
Link copied to clipboard
The order in which documents should be returned.
Link copied to clipboard
Writes the result of simplifying to a new BSON document.
Link copied to clipboard
Writes the result of simplifying this expression into writer.