DSAzure.TAzureBlobService.GetContainerMetadata

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetContainerMetadata(const ContainerName: String): boolean;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureBlobService


説明

指定されたコンテナのメタデータを取得します。

GetContainerMetadata メソッドでは、指定されたコンテナのメタデータを取得し、それが成功した場合には True を返します。そのあと、メタデータにアクセスするには、'x-ms-meta-' をプレフィックスとして指定して、PopulateContainer を呼び出します。

関連項目