Skip to main content

KeyValueStoreCollectionClientAsync

apify_client.clients.KeyValueStoreCollectionClientAsync

Async sub-client for manipulating key-value stores.

Index

Methods

get_or_create

  • async get_or_create(*, name, schema): dict

list

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

  • Parameters

    • unnamed: bool | None = Nonekeyword-only

      Whether to include unnamed key-value stores in the list

    • limit: int | None = Nonekeyword-only

      How many key-value stores to retrieve

    • offset: int | None = Nonekeyword-only

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

    • desc: bool | None = Nonekeyword-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.