Skip to main content
Version: 2.3

KeyConsumer

User-function used in the KeyValueStore.forEachKey() method.

Parameters:

  • key: string - Current key being processed.
  • index: number - Position of the current key in KeyValueStore.
  • info: * - Information about the current KeyValueStore entry.
    • size: number - Size of the value associated with the current key in bytes.