DSAzure.TAzureBlobService.IsProperty

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureBlobService

Delphi

function IsProperty(Name: String): Boolean;

C++

bool __fastcall IsProperty(System::UnicodeString Name);

Description

Returns True if the given header field name belongs to a property.

IsProperty returns True if the given header field name belongs to a property, as you would see when populating the properties of a blob or container. For example, a header field name starting with 'x-ms-meta-' would be a metadata entry, and therefore wouldn't be a property.

See Also