Type alias CollectionDeleteOneOptions

CollectionDeleteOneOptions: GenericDeleteOneOptions

Represents the options for the deleteOne command.

Field

sort - The sort order to pick which document to delete if the filter selects multiple documents.

Field

timeout - The timeout override for this method

See

Collection.deleteOne