Class RemoveFromStore¶
Defined in File AMSStore.py
Inheritance Relationships¶
Base Type¶
public AMSStore.StoreCommand(Class StoreCommand)
Class Documentation¶
- AMSStore.RemoveFromStore : public AMSStore.StoreCommand
Public Functions
- __init__(self, domain=None, entry=None, metadata=None, version=None, purge=False, **kwargs)¶
Initializes the 'RemoveFromStore' class with the specific query Args: entry: Optional name of an ensemble to search for names domain: Mandatory name of the ensemble to delete the file from metadata: JSON-like string with key-values to match the kosh-store version: Request a search for a specific version purge: Delete the actual underlying file from the filesystem
- __call__(self, store)¶