GetKeyValueStoreFunction
Index
Methods
Methods
__call__
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]
A function for accessing a
KeyValueStore
.It retrieves an instance of a
KeyValueStore
based on its ID or name.