batch<Op extends Operation[]>(operations: Op): Promise<OperationResults<Op| 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