maxWriteBatchSize property

int maxWriteBatchSize
getter/setter pair

The maximum number of write operations permitted in a write batch. If a batch exceeds this limit, the client driver divides the batch into smaller groups each with counts less than or equal to the value of this field. The value of this limit is 100,000 writes.

Implementation

int maxWriteBatchSize;