DSAzure.TAzureConnectionString.BlobEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BlobEndpoint: string read FBlobEndpoint write FBlobEndpoint;

C++

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

Properties

Type Visibility Source Unit Parent
property published
DSAzure.pas
DSAzure.hpp
DSAzure TAzureConnectionString

Description

URL to use in place of the default blob storage account address.

If UseDefaultEndpoints is set to False, then the value held by BlobEndpoint is used as the URL (minus protocol) for accessing the blob storage account. Otherwise, the default of [AccountName].blob.core.windows.net is used. Note that this doesn't apply if UseDevelopmentStorage is set to True. In this case, a static local address is used.

See Also