Uses of Class
com.datastax.astra.client.model.UpdateOneOptions
Packages that use UpdateOneOptions
Package
Description
Entrypoint and core classes for the client.
Domain model classes with
Requests, Results, Options and Iterables.-
Uses of UpdateOneOptions in com.datastax.astra.client
Methods in com.datastax.astra.client with parameters of type UpdateOneOptionsModifier 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.model
Methods in com.datastax.astra.client.model that return UpdateOneOptionsModifier and TypeMethodDescriptionstatic UpdateOneOptionsDeprecated.Initializes the building process with sorting options.Syntax sugar as delete option is only a sortstatic UpdateOneOptionsUpdateOneOptions.Builder.upsert(boolean upsert) Deprecated.Create a new instance ofUpdateOneOptions.Upsert flag.static UpdateOneOptionsDeprecated.Initializes the building process with sorting options.Add a criteria with $vector in the sort clausestatic UpdateOneOptionsDeprecated.Initializes the building process with sorting options.Add a criteria with $vectorize in the sort clause