Data.Cloud.AzureAPI.TAzureConnectionInfo.TableEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: TAzureConnectionInfo

Delphi

property TableEndpoint: string read GetTableEndpoint write FTableEndpoint;

C++

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

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