ApifyFileSystemKeyValueStoreClient
Index
Methods
__init__
Parameters
keyword-onlymetadata: KeyValueStoreMetadata
keyword-onlypath_to_kvs: Path
keyword-onlylock: asyncio.Lock
Returns None
get_value
Parameters
keyword-onlykey: str
Returns KeyValueStoreRecord | None
open
Parameters
keyword-onlyid: str | None
keyword-onlyname: str | None
keyword-onlyalias: str | None
keyword-onlyconfiguration: CrawleeConfiguration
Returns Self
purge
Purges the key-value store by deleting all its contents.
It deletes all files in the key-value store directory, except for the metadata file and the input related file and its metadata.
Returns None
Apify-specific implementation of the
FileSystemKeyValueStoreClient.The only difference is that it overrides the
purgemethod to delete all files in the key-value store directory, except for the metadata file and theINPUT.jsonfile.