Data.Cloud.AzureAPI.TAzureConnectionInfo.TableEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TableEndpoint: string read GetTableEndpoint write FTableEndpoint;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureConnectionInfo

Description

Specifies the table service Uniform Resource Locator (URL) to use.

The TableEndpoint property specifies the table service URL to use, if the UseDefaultEndpoints property is set to False.

See Also