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
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.