DSAzure.TAzureQueueService.PutQueueMetadata

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PutQueueMetadata(const QueueName: String; const MetaDataHeaders: TStringList): boolean;

C++

bool __fastcall PutQueueMetadata(const System::UnicodeString QueueName, System::Classes::TStringList* const MetaDataHeaders);

Properties

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

Description

Sets metadata onto a specified queue.

PutQueueMetadata takes in a TStringList of key-value pairs, and sets these as the metadata on the queue with the given name.

See Also