Uses of Class
com.datastax.astra.client.model.ReplaceOneOptions
Packages that use 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
Methods in com.datastax.astra.client with parameters of type ReplaceOneOptionsModifier 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
Methods in com.datastax.astra.client.model that return ReplaceOneOptionsModifier and TypeMethodDescriptionstatic ReplaceOneOptions
ReplaceOneOptions.Builder.upsert
(boolean upsert) Deprecated.Create a new instance ofReplaceOneOptions
.Upsert flag.