Allow driver to bypass schema validation in MongoDB 3.2 or higher.
the serializer will check if keys are valid.
Collation
A user-provided comment to attach to this command
Specifies the verbosity mode for the explain output.
Return document results as raw BSON buffers
Return the full server response for the command
An optional hint for query optimization. See the update command reference for more information.
Specify if the BSON serializer should ignore undefined fields
Limits the fields to return for all matching documents.
Promotes Binary BSON values to native Node Buffers
Promotes long values to number if they fit inside the 53 bits resolution
Promotes BSON values to native types where possible, set to false to only receive wrapper types
Specify a read concern and level for the collection. (only MongoDB 3.2 or higher supported)
The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).
Should retry failed writes
When false, returns the updated document rather than the original. The default is true.
Serialize functions on any object
Specify ClientSession for this command
Determines which document the operation modifies if the query selects multiple documents.
Upsert the document if it does not exist.
Write Concern as an object
Generated using TypeDoc
Optional list of array filters referenced in filtered positional operators