Data.Cloud.AzureAPI.TAzureBlob.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: string read FName;

C++

__property System::UnicodeString Name = {read=FName};

Properties

Type Visibility Source Unit Parent
property public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureBlob

Description

The name of the blob.

The Name property specifies the name of the blob, or BlobPrefix if BlobType is abtPrefix.

See Also