KeyValueStoreCollectionClientAsync
Index
Methods
Methods
get_or_create
Retrieve a named key-value store, or create a new one when it doesn't exist.
https://docs.apify.com/api/v2#/reference/key-value-stores/store-collection/create-key-value-store
Parameters
optionalkeyword-onlyname: str | None = None
The name of the key-value store to retrieve or create.
optionalkeyword-onlyschema: dict | None = None
The schema of the key-value store.
Returns dict
list
List the available key-value stores.
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]
Async sub-client for manipulating key-value stores.