DSAzure.TAzureQueueService.PutQueueMetadata
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: DSAzure.pas DSAzure.hpp
| |
Unit: DSAzure | |
Parent: TAzureQueueService |
Delphi
function PutQueueMetadata(const QueueName: String; const MetaDataHeaders: TStringList): boolean;
C++
bool __fastcall PutQueueMetadata(const System::UnicodeString QueueName, System::Classes::TStringList* const MetaDataHeaders);
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.