batch<Op extends readonly Operation[]>(operations: Op): Promise<OperationResults<| Name | Type | Description |
|---|---|---|
operations* | Op |
Execute multiple operations in a single batch. This is more efficient than executing operations individually.
Array of operations to execute