Data.Cloud.AmazonAPI.TAmazonConnectionInfo.TableEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TableEndpoint: string read GetTableEndpoint write SetTableEndpoint;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonConnectionInfo

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