$darkmode
Qore ElasticSearchDataProvider Module Reference 1.0
ElasticSearchIndexReadAllDataProvider.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
28
31
32public:
35
37 const ProviderInfo = <DataProviderInfo>{
38 "name": "read-all",
39 "desc": "ElasticSearch index read-all API data provider",
40 "type": "ElasticSearchIndexReadAllDataProvider",
42 "supports_request": True,
43 };
44
46 const ProviderSummaryInfo = cast<hash<DataProviderSummaryInfo>>(ProviderInfo{
47 AbstractDataProvider::DataProviderSummaryInfoKeys
48 });
49
52
55
58
60 constructor(*hash<auto> options);
61
62
65
66
68 string getName();
69
70
72 *string getDesc();
73
74
76
81protected:
82 auto doRequestImpl(auto req, *hash<auto> request_options);
83public:
84
85
87
89protected:
91public:
92
93
95
97protected:
99public:
100
101
103 hash<DataProvider::DataProviderInfo> getStaticInfoImpl();
104
105};
106
109
110public:
111protected:
114
115public:
116
119
120};
121};
const ConstructorOptions
Constructor options.
Definition: ElasticSearchDataProvider.qc.dox.h:64
The ElasticSearch read all indices API data provider.
Definition: ElasticSearchIndexReadAllDataProvider.qc.dox.h:30
const ProviderSummaryInfo
Provider summary info.
Definition: ElasticSearchIndexReadAllDataProvider.qc.dox.h:46
const QueryArgs
Query args.
Definition: ElasticSearchIndexReadAllDataProvider.qc.dox.h:57
constructor(RestClient::RestClient rest)
Creates the object from a REST connection.
constructor(*hash< auto > options)
Creates the object from constructor options.
const ProviderInfo
Provider info.
Definition: ElasticSearchIndexReadAllDataProvider.qc.dox.h:37
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
RestClient::RestClient rest
REST client connection.
Definition: ElasticSearchIndexReadAllDataProvider.qc.dox.h:34
const RequestType
Request type.
Definition: ElasticSearchIndexReadAllDataProvider.qc.dox.h:51
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
*string getDesc()
Returns the data provider description.
const ResponseType
Response type.
Definition: ElasticSearchIndexReadAllDataProvider.qc.dox.h:54
ElasticSearch index read-all API request.
Definition: ElasticSearchIndexReadAllDataProvider.qc.dox.h:108
const Fields
Field descriptions.
Definition: ElasticSearchIndexReadAllDataProvider.qc.dox.h:113
const QueryArgs
Query args.
Definition: ElasticSearchIndexReadDataProvider.qc.dox.h:60
const Fields
Field descriptions.
Definition: ElasticSearchIndexReadDataProvider.qc.dox.h:116
ElasticSearch index read API response.
Definition: ElasticSearchIndexReadDataProvider.qc.dox.h:172
const True
Qore ElasticSearchDataProvider module definition.
Definition: ElasticSearchAcknowledgedDataType.qc.dox.h:26