Data.Cloud.AzureAPI.TAzureBlob.Url

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: TAzureBlob

Delphi

property Url: string read FUrl;

C++

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

Description

The blob URL.

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

See Also