Uses of Class
com.datastax.astra.client.collections.commands.options.CollectionFindOneAndDeleteOptions
Package
Description
Top package to interact with Collections
Options and Inputs for Collections commands.
-
Uses of CollectionFindOneAndDeleteOptions in com.datastax.astra.client.collections
Modifier 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
Modifier 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.