Represents the options for the 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
Collection.replaceOne
Represents the options for the
replaceOne
command.