Class SearchStore

Inheritance Relationships

Base Type

Class Documentation

AMSStore.SearchStore : public AMSStore.StoreCommand
A class serving kosh-queries

Public Functions

__init__(self, domain=None, entry=None, metadata=None, version=None, field=None, **kwargs)
Initializes the 'SearchStore' class with the specific query

Args:
    entry: Optional name of an ensemble to search for names
    metadata: JSON-like string with key-values to match the kosh-store
    version: Request a search for a specific version
    field: Print only the specified field
__call__(self, store)
Searches the 'sttore' for the requested queries

Protected Attributes

_entry
_md
_version
_field
_domain