Skip to main content

GetKeyValueStoreFromRequestHandlerFunction

A function for accessing a KeyValueStore.

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

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]

Page Options