DSAzure.TAzureConnectionString.BlobEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureConnectionString

Delphi

property BlobEndpoint: string read FBlobEndpoint write FBlobEndpoint;

C++

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

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