Skip to main content

KeyValueStoreCollectionClient

apify_client.clients.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

    • unnamed: Optional[bool] = Noneoptionalkeyword-only

      Whether to include unnamed key-value stores in the list

    • limit: Optional[int] = Noneoptionalkeyword-only

      How many key-value stores to retrieve

    • offset: Optional[int] = Noneoptionalkeyword-only

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

    • desc: Optional[bool] = Noneoptionalkeyword-only

      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.