34 "desc":
"ElasticSearch indexes data provider; provdes table-like access to ElasticSearch indices",
35 "type":
"ElasticSearchIndexesDataProvider",
37 "supports_children":
True,
38 "children_can_support_records":
True,
43 AbstractDataProvider::DataProviderSummaryInfoKeys
The AWS REST client base data provider class.
Definition: ElasticSearchDataProviderBase.qc.dox.h:28
const ConstructorOptions
Constructor options.
Definition: ElasticSearchDataProvider.qc.dox.h:61
The ElasticSearch indexes root for providing record-based data providers for each index.
Definition: ElasticSearchIndexesDataProvider.qc.dox.h:28
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.
*list< hash< DataProvider::DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
const ProviderInfo
Provider info.
Definition: ElasticSearchIndexesDataProvider.qc.dox.h:32
string getName()
Returns the data provider name.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
constructor(*hash< auto > options)
Creates the object from constructor options.
*hash< auto > getAllIndices()
Returns a hash of indices.
*string getDesc()
Returns the data provider description.
const ProviderSummaryInfo
Provider summary info.
Definition: ElasticSearchIndexesDataProvider.qc.dox.h:42
*hash< auto > getIndex(string name)
Returns a hash of the given index or NOTHING.
Qore ElasticSearchDataProvider module definition.
Definition: ElasticSearchAcknowledgedDataType.qc.dox.h:26