Options for an updateOne command on a collection.
updateOne
upsert - If true, perform an insert if no documents match the filter.
sort - The sort order to pick which document to update if the filter selects multiple documents.
timeout - The timeout override for this method
Collection.updateOne
Options for an
updateOne
command on a collection.