Data.Cloud.AzureAPI.TAzureBlobService.GetContainerMetadata
Delphi
function GetContainerMetadata(ContainerName: string; out Metadata: TStrings; ResponseInfo: TCloudResponseInfo = nil): Boolean;
C++
bool __fastcall GetContainerMetadata(System::UnicodeString ContainerName, /* out */ System::Classes::TStrings* &Metadata, Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0));
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp |
Data.Cloud.AzureAPI | TAzureBlobService |
Description
Returns the metadata for the container with the given name.
GetContainerMetadata is used to return the metadata for the container with the given name.
The following table describes the parameters:
Parameter | Description |
---|---|
|
The name of the container to get the metadata for. |
|
The outputted metadata, or an empty list. |
|
The optional class for storing response info into. |
The method returns True if the population was successful, and False otherwise.