DSAzure.TAzureBlobService.GetContainerMetadata

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContainerMetadata(const ContainerName: String): boolean;

C++

bool __fastcall GetContainerMetadata(const System::UnicodeString ContainerName);

Properties

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

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.

See Also