42 "desc":
"ElasticSearch pipeline read API data provider",
43 "type":
"ElasticSearchPipelineReadDataProvider",
45 "supports_request": True,
50 AbstractDataProvider::DataProviderSummaryInfoKeys
120 "desc":
"The name of the pipeline to read",
123 "type": StringOrNothingType,
124 "desc":
"Period to wait for a connection to the master node (default: `30s`). If no response is "
125 "received before the timeout expires, the request fails and returns an error",
The acknowledged response type.
Definition: ElasticSearchAcknowledgedDataType.qc.dox.h:28
const ConstructorOptions
Constructor options.
Definition: ElasticSearchDataProvider.qc.dox.h:64
The ElasticSearch pipeline read API data provider.
Definition: ElasticSearchPipelineReadDataProvider.qc.dox.h:33
const ResponseType
Response type.
Definition: ElasticSearchPipelineReadDataProvider.qc.dox.h:57
const QueryArgs
Query args.
Definition: ElasticSearchPipelineReadDataProvider.qc.dox.h:60
const ProviderSummaryInfo
Provider summary info.
Definition: ElasticSearchPipelineReadDataProvider.qc.dox.h:49
*string getDesc()
Returns the data provider description.
constructor(*hash< auto > options)
Creates the object from constructor options.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
const ProviderInfo
Provider info.
Definition: ElasticSearchPipelineReadDataProvider.qc.dox.h:40
string getName()
Returns the data provider name.
constructor(RestClient::RestClient rest)
Creates the object from a REST connection.
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
const RequestType
Request type.
Definition: ElasticSearchPipelineReadDataProvider.qc.dox.h:54
RestClient::RestClient rest
REST client connection.
Definition: ElasticSearchPipelineReadDataProvider.qc.dox.h:37
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
ElasticSearch pipeline read API request.
Definition: ElasticSearchPipelineReadDataProvider.qc.dox.h:111
const Fields
Field descriptions.
Definition: ElasticSearchPipelineReadDataProvider.qc.dox.h:116
constructor()
Creates the object.
ElasticSearch pipeline read API response.
Definition: ElasticSearchPipelineReadDataProvider.qc.dox.h:137
constructor()
Creates the object.
Qore ElasticSearchDataProvider module definition.
Definition: ElasticSearchAcknowledgedDataType.qc.dox.h:26