Storage
Hierarchy
Index
Methods
drop
Drop the storage, removing it from the underlying storage client and clearing the cache.
Returns None
purge
Purge the storage, removing all items from the underlying storage client.
This method does not remove the storage itself, e.g. don't remove the metadata, but clears all items within it.
Returns None
Properties
id
Get the storage ID.
name
Get the storage name.
Base class for storages.