Class AddToStore¶
Defined in File AMSStore.py
Inheritance Relationships¶
Base Type¶
public AMSStore.StoreCommand(Class StoreCommand)
Class Documentation¶
- AMSStore.AddToStore : public AMSStore.StoreCommand
Public Functions
- __init__(self, entry=None, domain='', file='', metadata=None, copy=True, version=None, path=None, **kwargs)¶
Initializes the 'AddToStore' class with the specific query Args: entry: Mandatory entry name to add the file to domain: Mandatory name of the ensemble to add the file to metadata: JSON-like string with key-values to match the kosh-store copy: copy the file from the initial location to the underlying store location version: Request a search for a specific version
- __call__(self, store)¶