Data.Cloud.AmazonAPI.TAmazonQueueService.GetQueueAttributes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetQueueAttributes(const AQueueURL: string; AAttributes: array of TAmazonQueueAttribute;
out AResponseXML: string; const AResponseInfo: TCloudResponseInfo): TQueueAttributePairs;

C++

TQueueAttributePairs __fastcall GetQueueAttributes(const System::UnicodeString AQueueURL, TAmazonQueueAttribute *AAttributes, const System::NativeInt AAttributes_High, /* out */ System::UnicodeString &AResponseXML, Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo);

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonQueueService

Description

Gets attributes for the specified queue.

When the attribute to return is set to "All" or empty, all queue properties return.