Data.Cloud.AmazonAPI.TAmazonQueueService.GetQueueAttributes

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonQueueService

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);

Description

Gets attributes for the specified queue.

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