Configuration options for creating a BatchExecutor.
The type of individual operations in the batch.
Optional
The maximum number of operations that can be held in a batch.
100 Copy
100
The callback function that processes a batch of operations.
An array of queued operations to execute.
A promise that resolves when execution is complete.
The name identifying this batch executor instance.
"batch-executor" Copy
"batch-executor"
Configuration options for creating a BatchExecutor.