DSAzure.TAzureBlobService.GetContainerProperties

提供:RAD Studio API Documentation

Delphi

function GetContainerProperties(const ContainerName: String): boolean;

C++

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

プロパティ

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


説明

特定のコンテナのプロパティを取得します。

GetContainerProperties メソッドでは、指定された名前のコンテナのプロパティを取得します。プロパティを TStrings に格納するには、PopulateContainerProperties を呼び出します。

関連項目