DSAzure.TAzureConnectionString.BlobURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BlobURL: String;

C++

System::UnicodeString __fastcall BlobURL();

Properties

Type Visibility Source Unit Parent
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureConnectionString

Description

Returns the base URL for the blob storage account.

BlobURL returns the base URL for the blob storage account.

The values of Protocol, UseDevelopmentStorage, and UseDefaultEndpoints are taken into consideration when constructing the URL.

See Also