Data.Cloud.AmazonAPI.TAmazonConnectionInfo.StorageEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StorageEndpoint: string read GetStorageEndpoint write SetStorageEndpoint;

C++

__property System::UnicodeString StorageEndpoint = {read=GetStorageEndpoint, write=SetStorageEndpoint};

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 S3 (Storage) service.

StorageEndpoint represents the host or endpoint to use when connecting with the S3 (Storage) service.

See Also