DSAzure.TAzureConnectionString.TableEndpoint

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 TableEndpoint: string read FTableEndpoint write FTableEndpoint;

C++

__property System::UnicodeString TableEndpoint = {read=FTableEndpoint, write=FTableEndpoint};

Description

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

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

See Also