Skip to main content

ApifyFileSystemKeyValueStoreClient

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 the INPUT.json file.

Index

Methods

Methods

purge

  • async purge(): None
  • 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

Page Options