Skip to main content
Version: 0.6

KeyValueStoreCollectionClient

Sub-client for manipulating key-value stores.

Hierarchy

Index

Methods

__init__

  • __init__(args, kwargs): None

get_or_create

  • get_or_create(*, name): Dict

list

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

  • Parameters

    • optionalkeyword-onlyunnamed: Optional[bool] = None

      Whether to include unnamed key-value stores in the list

    • optionalkeyword-onlylimit: Optional[int] = None

      How many key-value stores to retrieve

    • optionalkeyword-onlyoffset: Optional[int] = None

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

    • optionalkeyword-onlydesc: Optional[bool] = None

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

    Returns ListPage

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

Page Options