DSAzure.TAzureConnectionString.TableEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TableEndpoint: string read FTableEndpoint write FTableEndpoint;

C++

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

Properties

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

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