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