48 const QueryArgs = (
"allow_no_indices",
"expand_wildcards",
"ignore_unavailable",
"master_timeout",
"timeout");
The ElasticSearch data provider base class.
Definition ElasticSearchDataProviderBase.qc.dox.h:28
The ElasticSearch index delete API data provider.
Definition ElasticSearchIndexDeleteDataProvider.qc.dox.h:30
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
constructor(RestClient::RestClient rest)
Creates the object from a REST connection.
constructor(*hash< auto > options)
Creates the object from constructor options.
const ResponseType
Response type.
Definition ElasticSearchIndexDeleteDataProvider.qc.dox.h:45
*string getDesc()
Returns the data provider description.
const ProviderSummaryInfo
Provider summary info.
Definition ElasticSearchIndexDeleteDataProvider.qc.dox.h:38
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const QueryArgs
Query args.
Definition ElasticSearchIndexDeleteDataProvider.qc.dox.h:48
*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.
string getName()
Returns the data provider name.
const RequestType
Request type.
Definition ElasticSearchIndexDeleteDataProvider.qc.dox.h:42
const ProviderInfo
Provider info.
Definition ElasticSearchIndexDeleteDataProvider.qc.dox.h:34
Index delete API request data type.
Definition ElasticSearchIndexDeleteDataProvider.qc.dox.h:99
constructor()
Creates the object.
const Fields
Field descriptions.
Definition ElasticSearchIndexDeleteDataProvider.qc.dox.h:104
Qore ElasticSearchDataProvider module definition.
Definition ElasticSearchAcknowledgedDataType.qc.dox.h:26
const ElasticSearchAcknowledgedDataType
A constant for the acknowledged response type.
Definition ElasticSearchAcknowledgedDataType.qc.dox.h:44