API:Data.Cloud.AmazonAPI.TAmazonConnectionInfo.UseDefaultEndpoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseDefaultEndpoints: Boolean read FUseDefaultEndpoints write FUseDefaultEndpoints default 1;

C++

__property UseDefaultEndpoints = {default=1};

Properties

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

Description

Specifies whether the connection uses the default service or not.

Data.Cloud.AmazonAPI.TAmazonConnectionInfo.UseDefaultEndpoints inherits from Data.Cloud.CloudAPI.TCloudConnectionInfo.UseDefaultEndpoints. All content below this line refers to Data.Cloud.CloudAPI.TCloudConnectionInfo.UseDefaultEndpoints.

Specifies whether the connection uses the default service or not.

UseDefaultEndpoints is set to True to use the default service URLs, and to False to use custom ones.

See Also