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

    • keyword-onlyunnamed: bool | None = None

      Whether to include unnamed key-value stores in the list

    • keyword-onlylimit: int | None = None

      How many key-value stores to retrieve

    • keyword-onlyoffset: int | None = None

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

    • keyword-onlydesc: bool | None = None

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

    Returns ListPage[dict]

    The list of available key-value stores matching the specified filters.

Page Options