ApifyFileSystemKeyValueStoreClient
Index
Methods
Methods
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.json
file. It also updates the metadata to reflect that the store has been purged.Returns None
Apify-specific implementation of the
FileSystemKeyValueStoreClient
.The only difference is that it overrides the
purge
method to delete all files in the key-value store directory, except for the metadata file and theINPUT.json
file.