The ElasticSearch data provider base class.
Definition ElasticSearchDataProviderBase.qc.dox.h:28
The ElasticSearch document delete API data provider.
Definition ElasticSearchDocumentDeleteDataProvider.qc.dox.h:30
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
const ProviderSummaryInfo
Provider summary info.
Definition ElasticSearchDocumentDeleteDataProvider.qc.dox.h:38
string getName()
Returns the data provider name.
const ProviderInfo
Provider info.
Definition ElasticSearchDocumentDeleteDataProvider.qc.dox.h:34
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
constructor(RestClient::RestClient rest)
Creates the object from a REST connection.
*string getDesc()
Returns the data provider description.
const QueryArgs
Query args.
Definition ElasticSearchDocumentDeleteDataProvider.qc.dox.h:48
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
constructor(*hash< auto > options)
Creates the object from constructor options.
const ResponseType
Response type.
Definition ElasticSearchDocumentDeleteDataProvider.qc.dox.h:45
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
const RequestType
Request type.
Definition ElasticSearchDocumentDeleteDataProvider.qc.dox.h:42
Document delete API request data type.
Definition ElasticSearchDocumentDeleteDataProvider.qc.dox.h:100
const Fields
Field descriptions.
Definition ElasticSearchDocumentDeleteDataProvider.qc.dox.h:105
constructor()
Creates the object.
Document delete API response.
Definition ElasticSearchDocumentDeleteDataProvider.qc.dox.h:116
constructor()
Creates the object.
const Fields
Field descriptions.
Definition ElasticSearchDocumentDeleteDataProvider.qc.dox.h:121
Qore ElasticSearchDataProvider module definition.
Definition ElasticSearchAcknowledgedDataType.qc.dox.h:26