Data.Cloud.AzureAPI.TAzureBlob.Url

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Url: string read FUrl;

C++

__property System::UnicodeString Url = {read=FUrl};

Properties

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

Description

The blob URL.

The Url property represents the blob URL, or an empty string if BlobType is abtPrefix.

See Also