Skip to main content
Deno.KvListOptions.batchSize - Deno documentation
property Deno.KvListOptions.batchSize
The size of the batches in which the list operation is performed. Larger or smaller batch sizes may positively or negatively affect the performance of a list operation depending on the specific use case and iteration behavior. Slow iterating queries may benefit from using a smaller batch size for increased overall consistency, while fast iterating queries may benefit from using a larger batch size for better performance. The default batch size is equal to the `limit` option, or 100 if this is unset. The maximum value for this option is 500. Larger values will be clamped.

Type

number