Uses of Class
com.datastax.astra.client.collections.commands.options.CollectionDeleteOneOptions
Package
Description
Top package to interact with Collections
Options and Inputs for Collections commands.
-
Uses of CollectionDeleteOneOptions in com.datastax.astra.client.collections
Modifier and TypeMethodDescriptionCollection.deleteOne
(Filter filter, CollectionDeleteOneOptions collectionDeleteOneOptions) Removes at most one document from the collection that matches the given filter. -
Uses of CollectionDeleteOneOptions in com.datastax.astra.client.collections.commands.options
Modifier and TypeMethodDescriptionAdding this on top of sort(Sort[] s) to allow for a more fluent API.