Data.Cloud.AzureAPI.TAzureConnectionInfo.BlobEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BlobEndpoint: string read GetBlobEndpoint write FBlobEndpoint;

C++

__property System::UnicodeString BlobEndpoint = {read=GetBlobEndpoint, write=FBlobEndpoint};

Properties

Type Visibility Source Unit Parent
property published
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureConnectionInfo

Description

Specifies the blob service Uniform Resource Locator (URL) to use.

The BlobEndpoint property specifies the blob service URL to use, if the UseDefaultEndpoints property is set to False.

See Also