Data.Cloud.AmazonAPI.TAmazonConnectionInfo.TableEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property TableEndpoint: string read GetTableEndpoint write SetTableEndpoint;

C++

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

Description

The host or endpoint to use when connecting with the SimpleDB (Table) service.

TableEndpoint represents the host or endpoint to use when connecting with the SimpleDB (Table) service.

See Also