DSAzure.TAzureBlobService.IsProperty

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

Delphi

function IsProperty(Name: String): Boolean;

C++

bool __fastcall IsProperty(System::UnicodeString Name);

プロパティ

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


説明

指定されたヘッダー フィールド名がプロパティに属する場合、True を返します。

IsProperty メソッドでは、指定されたヘッダー フィールド名がプロパティに属する場合、True を返します。BLOB やコンテナのプロパティを設定する際には、これを確認します。たとえば、'x-ms-meta-' で始まるヘッダー フィールド名はメタデータ項目であり、そのため、これはプロパティではありません。

関連項目