GetKeyValueStoreFromRequestHandlerFunction
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.
Returns Coroutine[None, None, KeyValueStoreInterface]
A function for accessing a
KeyValueStore
.It retrieves an instance of a
KeyValueStore
based on its ID or name.