Skip to main content

ActorStorages

Mapping of storage aliases to their IDs, grouped by storage type.

Populated from the ACTOR_STORAGES_JSON env var that the Apify platform sets when an Actor declares named storages in its actor.json schema. Each key maps a user-defined alias (e.g. 'custom') to the platform-assigned storage ID.

Index

Properties

datasets

datasets: dict[str, str]

key_value_stores

key_value_stores: dict[str, str]

request_queues

request_queues: dict[str, str]