FindOptions
class FindOptions<Document : Any>(context: <Error class: unknown class>) : Options, WithLimit, WithSkip, WithMaxTime, WithSort<Document> , WithReadConcern, WithReadPreference(source)
The options for a Find command.
Functions
Link copied to clipboard
Specifies the ReadConcern for this operation.
Link copied to clipboard
Specifies the ReadPreference for this operation.
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.
Link copied to clipboard
Writes the result of simplifying this expression into writer.