Uses of Class
com.datastax.astra.client.model.ReplaceOneOptions
Package
Description
Entrypoint and core classes for the client.
Domain model classes with
Requests
, Results
, Options
and Iterables
.-
Uses of ReplaceOneOptions in com.datastax.astra.client
Modifier and TypeMethodDescriptionCollection.replaceOne
(Filter filter, T replacement, ReplaceOneOptions replaceOneOptions) Replace a document in the collection according to the specified arguments. -
Uses of ReplaceOneOptions in com.datastax.astra.client.model
Modifier and TypeMethodDescriptionstatic ReplaceOneOptions
ReplaceOneOptions.Builder.upsert
(boolean upsert) Deprecated.Create a new instance ofReplaceOneOptions
.Upsert flag.