ApifyFileSystemStorageClient
Index
Methods
create_kvs_client
Parameters
optionalkeyword-onlyid: str | None = None
optionalkeyword-onlyname: str | None = None
optionalkeyword-onlyalias: str | None = None
optionalkeyword-onlyconfiguration: Configuration | None = None
Returns FileSystemKeyValueStoreClient
get_storage_client_cache_key
Parameters
configuration: Configuration
Returns Hashable
Apify-specific implementation of the file system storage client.
The only difference is that it uses
ApifyFileSystemKeyValueStoreClientfor key-value stores, which overrides thepurgemethod to delete all files in the key-value store directory except for the metadata file and theINPUT.jsonfile.