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 InsertManyOptionschunkSize(int chunkSize) Deprecated.Initializes the building process with chunkSize options.static InsertManyOptionsconcurrency(int concurrency) Deprecated.Initializes the building process with concurrency options.static InsertManyOptionsordered(boolean ordered) Deprecated.Initializes the building process with ordered options.static InsertManyOptionstimeout(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
InsertManyOptionsinstance 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
InsertManyOptionsinstance 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
InsertManyOptionsinstance 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
InsertManyOptionsinstance configured with the provided timeout criteria.
-