Represents the options for some generic replaceOne command.
replaceOne
upsert - If true, perform an insert if no documents match the filter.
sort - The sort order to pick which document to replace if the filter selects multiple documents.
timeout - The timeout override for this method
Optional
The method timeout override.
See TimeoutDescriptor for much more information.
Represents the options for some generic
replaceOne
command.Field
upsert - If true, perform an insert if no documents match the filter.
Field
sort - The sort order to pick which document to replace if the filter selects multiple documents.
Field
timeout - The timeout override for this method