Storage Provider
interface StorageProvider
Storage services are provided to the SudoSiteReputationClient by classes that implement this interface.
Since
2021-01-04
Functions
Link copied to clipboard
Delete the eTag of a file.
Link copied to clipboard
Delete all the file eTags managed by the StorageProvider.
Link copied to clipboard
Delete all the files managed by the StorageProvider.
Link copied to clipboard
List all the files in the storage provider.
Link copied to clipboard
Reads the eTag of a file, returns null if the file does not exist.
Link copied to clipboard
Writes the eTag of a file.