Skip to main content

KeyValueStoreCollectionClient

Sub-client for manipulating key-value stores.

Index

Methods

get_or_create

  • get_or_create(*, name, schema): dict

list

  • list(*, unnamed, limit, offset, desc): ListPage[dict]

  • Parameters

    • optionalkeyword-onlyunnamed: bool | None = None

      Whether to include unnamed key-value stores in the list.

    • optionalkeyword-onlylimit: int | None = None

      How many key-value stores to retrieve.

    • optionalkeyword-onlyoffset: int | None = None

      What key-value store to include as first when retrieving the list.

    • optionalkeyword-onlydesc: bool | None = None

      Whether to sort the key-value stores in descending order based on their modification date.

    Returns ListPage[dict]

Page Options