Uses of Class
com.datastax.astra.client.collections.commands.options.CollectionFindOneAndDeleteOptions
Packages that use CollectionFindOneAndDeleteOptions
Package
Description
Top package to interact with Collections
Options and Inputs for Collections commands.
-
Uses of CollectionFindOneAndDeleteOptions in com.datastax.astra.client.collections
Methods in com.datastax.astra.client.collections with parameters of type CollectionFindOneAndDeleteOptionsModifier and TypeMethodDescriptionCollection.findOneAndDelete
(Filter filter, CollectionFindOneAndDeleteOptions options) Atomically find a document and remove it. -
Uses of CollectionFindOneAndDeleteOptions in com.datastax.astra.client.collections.commands.options
Methods in com.datastax.astra.client.collections.commands.options that return CollectionFindOneAndDeleteOptionsModifier and TypeMethodDescriptionCollectionFindOneAndDeleteOptions.projection
(Projection... p) Adding this on top of projection(Projection[] p) to allow for a more fluent API.Adding this on top of sort(Sort[] s) to allow for a more fluent API.