Uses of Class
com.datastax.astra.client.model.UpdateManyOptions
Package
Description
Entrypoint and core classes for the client.
Domain model classes with
Requests
, Results
, Options
and Iterables
.-
Uses of UpdateManyOptions in com.datastax.astra.client
Modifier and TypeMethodDescriptionCollection.updateMany
(Filter filter, Update update, UpdateManyOptions options) Update all documents in the collection according to the specified arguments. -
Uses of UpdateManyOptions in com.datastax.astra.client.model
Modifier and TypeMethodDescriptionstatic UpdateManyOptions
UpdateManyOptions.Builder.upsert
(boolean upsert) Deprecated.Create a new instance ofUpdateManyOptions
.Upsert flag.