Package com.datastax.astra.client.model
Class InsertManyOptions
java.lang.Object
com.datastax.astra.client.model.CommandOptions<InsertManyOptions>
com.datastax.astra.client.model.InsertManyOptions
Options for InsertMany
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.datastax.astra.client.model.CommandOptions
embeddingAuthProvider, httpClientOptions, observers, token
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionchunkSize
(int chunkSize) Setter for chunkSize.concurrency
(int concurrency) Setter for concurrency.ordered
(boolean ordered) Setter for ordered.timeout
(int timeout) Setter for timeout.Methods inherited from class com.datastax.astra.client.model.CommandOptions
embeddingAPIKey, embeddingAuthProvider, getEmbeddingAuthProvider, getHttpClientOptions, getToken, httpClientOptions, registerObserver, registerObserver, token, unregisterObserver, unregisterObserver
-
Constructor Details
-
InsertManyOptions
public InsertManyOptions()Populate insertMany options
-
-
Method Details
-
ordered
Setter for ordered.- Parameters:
ordered
- ordered value- Returns:
- insert many options
-
concurrency
Setter for concurrency.- Parameters:
concurrency
- concurrency value- Returns:
- insert many options
-
chunkSize
Setter for chunkSize.- Parameters:
chunkSize
- chunkSize value- Returns:
- insert many options
-
timeout
Setter for timeout.- Parameters:
timeout
- timeout value- Returns:
- insert many options
-