DSAzure.TAzureQueueService.GetQueueMetadata

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetQueueMetadata(const QueueName: String): boolean;

C++

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

Properties

Type Visibility Source Unit Parent
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureQueueService

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