Skip to main content

GetKeyValueStoreFunction

A function for accessing a KeyValueStore.

It retrieves an instance of a KeyValueStore based on its ID or name.

Index

Methods

Methods

__call__

  • __call__(*, id, name, alias): Coroutine[None, None, KeyValueStore]
  • Call dunder method.


    Parameters

    • optionalkeyword-onlyid: str | None = None

      The ID of the KeyValueStore to get.

    • optionalkeyword-onlyname: str | None = None

      The name of the KeyValueStore to get (global scope, named storage).

    • optionalkeyword-onlyalias: str | None = None

      The alias of the KeyValueStore to get (run scope, unnamed storage).

    Returns Coroutine[None, None, KeyValueStore]

Page Options