putBatch<K,V,>(obj: Map<K, V | ArrayBuffer>,options?: PutBatchOptions,): Promise<void>
Stores a batch of key-value pairs.
obj: Map<K, V | ArrayBuffer>
- An object containing key-value pairs to be stored.
optional
options: PutBatchOptions
- Options.
Promise<void>
A promise that resolves when the batch operation is complete.