GetKeyValueStoreFunction
Index
Methods
Methods
__call__
- Call dunder method. - Parameters- optionalkeyword-onlyid: str | None = None- The ID of the - KeyValueStoreto get.
- optionalkeyword-onlyname: str | None = None- The name of the - KeyValueStoreto get (global scope, named storage).
- optionalkeyword-onlyalias: str | None = None- The alias of the - KeyValueStoreto get (run scope, unnamed storage).
 - Returns Coroutine[None, None, KeyValueStore]
A function for accessing a
KeyValueStore.It retrieves an instance of a
KeyValueStorebased on its ID or name.