Data.Cloud.AmazonAPI.TAmazonBucketLoggingInfo.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const TargetBucket, TargetPrefix: string); overload; virtual;
constructor Create; overload; virtual;

C++

__fastcall virtual TAmazonBucketLoggingInfo(const System::UnicodeString TargetBucket, const System::UnicodeString TargetPrefix)/* overload */;
__fastcall virtual TAmazonBucketLoggingInfo()/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonBucketLoggingInfo

Description

Creates a new instance of TAmazonBucketLoggingInfo.

There are two Create overloaded methods. With them you can create a new instance of TAmazonBucketLoggingInfo with logging enabled or disabled, respectively.

The following table shows the significance of the parameters for the first overloaded method:

Parameter Description

TargetBucket

The name of the bucket to store the logging.

TargetPrefix

The log file name prefix.

See Also