externalKeyConsumer
Callable
Parameters
key: stringexternal
Current KeyValueStore key being processed.
index: numberexternal
Position of the current key in KeyValueStore.
info: { size: number }external
Information about the current KeyValueStore entry.
Returns Awaitable<void>
User-function used in the KeyValueStore.forEachKey method.