36 "desc":
"ElasticSearch document data provider; provides access to operations on ElasticSearch documents",
37 "type":
"ElasticSearchDocumentDataProvider",
39 "supports_children":
True,
40 "children_can_support_apis":
True,
45 AbstractDataProvider::DataProviderSummaryInfoKeys
50 "create": Class::forName(
"ElasticSearchDataProvider::ElasticSearchDocumentCreateDataProvider"),
51 "read": Class::forName(
"ElasticSearchDataProvider::ElasticSearchDocumentReadDataProvider"),
52 "update": Class::forName(
"ElasticSearchDataProvider::ElasticSearchDocumentUpdateDataProvider"),
53 "delete": Class::forName(
"ElasticSearchDataProvider::ElasticSearchDocumentDeleteDataProvider"),
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 document API root data provider.
Definition: ElasticSearchDocumentDataProvider.qc.dox.h:30
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
*DataProvider::AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or NOTHING if the given child is unknown.
const ProviderInfo
Provider info.
Definition: ElasticSearchDocumentDataProvider.qc.dox.h:34
string getName()
Returns the data provider name.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
constructor(RestClient::RestClient rest)
Creates the object from a REST connection.
*string getDesc()
Returns the data provider description.
constructor(*hash< auto > options)
Creates the object from constructor options.
const ProviderSummaryInfo
Provider summary info.
Definition: ElasticSearchDocumentDataProvider.qc.dox.h:44
*list< hash< DataProvider::DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
Qore ElasticSearchDataProvider module definition.
Definition: ElasticSearchAcknowledgedDataType.qc.dox.h:26