Uses of Class
com.datastax.astra.client.collections.commands.options.CollectionDeleteOneOptions
Packages that use CollectionDeleteOneOptions
Package
Description
Top package to interact with Collections
Options and Inputs for Collections commands.
-
Uses of CollectionDeleteOneOptions in com.datastax.astra.client.collections
Methods in com.datastax.astra.client.collections with parameters of type CollectionDeleteOneOptionsModifier 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
Methods in com.datastax.astra.client.collections.commands.options that return CollectionDeleteOneOptionsModifier and TypeMethodDescriptionAdding this on top of sort(Sort[] s) to allow for a more fluent API.