DSAzure.TAzureQueueService.GetQueueMetadata

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureQueueService

Delphi

function GetQueueMetadata(const QueueName: String): boolean;

C++

bool __fastcall GetQueueMetadata(const System::UnicodeString QueueName);

Description

Retrieves the metadata for a specific queue.

GetQueueMetadata attempts to retrieve the metadata for a queue and returns True if this was successful. The metadata itself is stored within the TAzureQueueService instance and can be obtained by accessing ResponseHeader, which holds the metadata pairs for the last issued request. For an example of this, refer to the API page in the See Also section.

See Also