37 "desc":
"ElasticSearch indexes data provider; provdes table-like access to ElasticSearch indices",
38 "type":
"ElasticSearchIndexesDataProvider",
40 "supports_children": True,
41 "children_can_support_records": True,
46 AbstractDataProvider::DataProviderSummaryInfoKeys
const ConstructorOptions
Constructor options.
Definition: ElasticSearchDataProvider.qc.dox.h:64
The REST client GET data provider class.
Definition: ElasticSearchIndexesDataProvider.qc.dox.h:28
*list< hash< DataProvider::DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
constructor(RestClient::RestClient rest)
Creates the object from a REST connection.
*DataProvider::AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or NOTHING if the given child is unknown.
*hash< auto > getIndex(string name)
Returns a hash of the given index or NOTHING.
const ProviderInfo
Provider info.
Definition: ElasticSearchIndexesDataProvider.qc.dox.h:35
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
RestClient::RestClient rest
REST client connection.
Definition: ElasticSearchIndexesDataProvider.qc.dox.h:32
*hash< auto > getAllIndices()
Returns a hash of indices.
string getName()
Returns the data provider name.
constructor(*hash< auto > options)
Creates the object from constructor options.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*string getDesc()
Returns the data provider description.
const ProviderSummaryInfo
Provider summary info.
Definition: ElasticSearchIndexesDataProvider.qc.dox.h:45
Qore ElasticSearchDataProvider module definition.
Definition: ElasticSearchAcknowledgedDataType.qc.dox.h:26