Package com.datastax.astra.client.model
Class InsertManyOptions.Builder
java.lang.Object
com.datastax.astra.client.model.InsertManyOptions.Builder
- Enclosing class:
InsertManyOptions
Deprecated.
Builder for creating
FindOneAndUpdateOptions
instances with a fluent API.-
Method Summary
Modifier and TypeMethodDescriptionstatic InsertManyOptions
chunkSize
(int chunkSize) Deprecated.Initializes the building process with chunkSize options.static InsertManyOptions
concurrency
(int concurrency) Deprecated.Initializes the building process with concurrency options.static InsertManyOptions
ordered
(boolean ordered) Deprecated.Initializes the building process with ordered options.static InsertManyOptions
timeout
(int timeout) Deprecated.Initializes the building process with timeout options.
-
Method Details
-
ordered
Deprecated.Initializes the building process with ordered options.- Parameters:
ordered
- The ordered criteria to be applied to the insertMany operation.- Returns:
- A new
InsertManyOptions
instance configured with the provided ordered criteria.
-
concurrency
Deprecated.Initializes the building process with concurrency options.- Parameters:
concurrency
- The concurrency criteria to be applied to the insertMany operation.- Returns:
- A new
InsertManyOptions
instance configured with the provided concurrency criteria.
-
chunkSize
Deprecated.Initializes the building process with chunkSize options.- Parameters:
chunkSize
- The chunkSize criteria to be applied to the insertMany operation.- Returns:
- A new
InsertManyOptions
instance configured with the provided chunkSize criteria.
-
timeout
Deprecated.Initializes the building process with timeout options.- Parameters:
timeout
- The timeout criteria to be applied to the insertMany operation.- Returns:
- A new
InsertManyOptions
instance configured with the provided timeout criteria.
-