Package com.datastax.astra.client.model
Class ReplaceOneOptions
java.lang.Object
com.datastax.astra.client.model.CommandOptions<ReplaceOneOptions>
com.datastax.astra.client.model.ReplaceOneOptions
Options for the replaceOne operation.
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.datastax.astra.client.model.CommandOptions
embeddingAuthProvider, httpClientOptions, observers, token
-
Constructor Summary
-
Method Summary
Methods inherited from class com.datastax.astra.client.model.CommandOptions
embeddingAPIKey, embeddingAuthProvider, getEmbeddingAuthProvider, getHttpClientOptions, getToken, httpClientOptions, registerObserver, registerObserver, token, unregisterObserver, unregisterObserver
-
Constructor Details
-
ReplaceOneOptions
public ReplaceOneOptions()Default constructor.
-
-
Method Details
-
upsert
Upsert flag.- Parameters:
upsert
- upsert flag- Returns:
- current command.
-