DSAzure.TAzureBlobService.IsProperty
Delphi
function IsProperty(Name: String): Boolean;
C++
bool __fastcall IsProperty(System::UnicodeString Name);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | DSAzure.pas DSAzure.hpp |
DSAzure | TAzureBlobService |
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.