Uses of Class
com.datastax.astra.client.collections.commands.options.UpdateOneOptions
Package
Description
Top package to interact with Collections
Options and Inputs for Collections commands.
-
Uses of UpdateOneOptions in com.datastax.astra.client.collections
Modifier and TypeMethodDescriptionCollection.updateOne
(Filter filter, Update update, UpdateOneOptions updateOptions) Update a single document in the collection according to the specified arguments. -
Uses of UpdateOneOptions 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.