Class InsertManyOptions

java.lang.Object
com.datastax.astra.client.model.InsertManyOptions

public class InsertManyOptions extends Object
Options for InsertMany
  • Constructor Details

    • InsertManyOptions

      public InsertManyOptions()
      Populate inserMany options
  • Method Details

    • ordered

      public InsertManyOptions ordered(boolean ordered)
      Setter for ordered.
      Parameters:
      ordered - ordered value
      Returns:
      insert many options
    • concurrency

      public InsertManyOptions concurrency(int concurrency)
      Setter for concurrency.
      Parameters:
      concurrency - concurrency value
      Returns:
      insert many options
    • chunkSize

      public InsertManyOptions chunkSize(int chunkSize)
      Setter for chunkSize.
      Parameters:
      chunkSize - chunkSize value
      Returns:
      insert many options
    • timeout

      public InsertManyOptions timeout(int timeout)
      Setter for timeout.
      Parameters:
      timeout - timeout value
      Returns:
      insert many options