DSAzure.TAzureBlobService.GetContainerMetadata
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DSAzure.pas DSAzure.hpp
| |
| Unit: DSAzure | |
| Parent: TAzureBlobService | |
Delphi
function GetContainerMetadata(const ContainerName: String): boolean;
C++
bool __fastcall GetContainerMetadata(const System::UnicodeString ContainerName);
Description
Retrieves the metadata for the given container.
GetContainerMetadata retrieves the metadata for the given container, returning True if this was successful. To then access the metadata, you can call PopulateContainer, specifying 'x-ms-meta-' as the prefix.