39 "desc":
"ElasticSearch pipeline delete API data provider",
40 "type":
"ElasticSearchPipelineDeleteDataProvider",
42 "supports_request": True,
47 AbstractDataProvider::DataProviderSummaryInfoKeys
117 "desc":
"The name of the pipeline to delete",
120 "type": StringOrNothingType,
121 "desc":
"Period to wait for a connection to the master node (default: `30s`). If no response is "
122 "received before the timeout expires, the request fails and returns an error",
125 "type": StringOrNothingType,
126 "desc":
"Period to wait for a response (default: `30s`). If no response is received before the "
127 "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 delete API data provider.
Definition: ElasticSearchPipelineDeleteDataProvider.qc.dox.h:30
constructor(*hash< auto > options)
Creates the object from constructor options.
const ProviderInfo
Provider info.
Definition: ElasticSearchPipelineDeleteDataProvider.qc.dox.h:37
*string getDesc()
Returns the data provider description.
RestClient::RestClient rest
REST client connection.
Definition: ElasticSearchPipelineDeleteDataProvider.qc.dox.h:34
const ProviderSummaryInfo
Provider summary info.
Definition: ElasticSearchPipelineDeleteDataProvider.qc.dox.h:46
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const ResponseType
Response type.
Definition: ElasticSearchPipelineDeleteDataProvider.qc.dox.h:54
string getName()
Returns the data provider name.
const RequestType
Request type.
Definition: ElasticSearchPipelineDeleteDataProvider.qc.dox.h:51
constructor(RestClient::RestClient rest)
Creates the object from a REST connection.
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
const QueryArgs
Query args.
Definition: ElasticSearchPipelineDeleteDataProvider.qc.dox.h:57
Pipeline delete API response.
Definition: ElasticSearchPipelineDeleteDataProvider.qc.dox.h:108
constructor()
Creates the object.
const Fields
Field descriptions.
Definition: ElasticSearchPipelineDeleteDataProvider.qc.dox.h:113
Qore ElasticSearchDataProvider module definition.
Definition: ElasticSearchAcknowledgedDataType.qc.dox.h:26