On this pageGetKeyValueStoreFunction Type of a function for accessing the live implementation of a key-value store.Index Methods__call__Methods __call__ __call__(*, id, name): Coroutine[None, None, KeyValueStore]Parametersoptionalkeyword-onlyid: str | None = Noneoptionalkeyword-onlyname: str | None = NoneReturns Coroutine[None, None, KeyValueStore]
Type of a function for accessing the live implementation of a key-value store.