Qore ElasticSearchDataProvider Module Reference 1.1
Loading...
Searching...
No Matches
ElasticSearchPipelineUpdateDataProvider.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
28
31
32public:
34 const ProviderInfo = ...;
35
36
39
40
42 constructor(*hash<auto> options) ;
43
44
46 constructor(RestClient::RestClient rest) ;
47
48
50 string getName();
51
52
54 *string getDesc();
55
56
58 hash<DataProvider::DataProviderInfo> getStaticInfoImpl();
59
60};
61};
The ElasticSearch pipeline create API data provider.
Definition ElasticSearchPipelineCreateDataProvider.qc.dox.h:30
The ElasticSearch pipeline update API data provider.
Definition ElasticSearchPipelineUpdateDataProvider.qc.dox.h:30
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
constructor(*hash< auto > options)
Creates the object from constructor options.
const ProviderInfo
Provider info.
Definition ElasticSearchPipelineUpdateDataProvider.qc.dox.h:34
const ProviderSummaryInfo
Provider summary info.
Definition ElasticSearchPipelineUpdateDataProvider.qc.dox.h:38
*string getDesc()
Returns the data provider description.
constructor(RestClient::RestClient rest)
Creates the object from a REST connection.
Qore ElasticSearchDataProvider module definition.
Definition ElasticSearchAcknowledgedDataType.qc.dox.h:26