Type alias TableDeleteOneOptions

TableDeleteOneOptions: Omit<GenericDeleteOneOptions, "sort" | "vector" | "vectorize">

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