Data.Cloud.AmazonAPI.TAmazonBucketLoggingInfo.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonBucketLoggingInfo

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 */;

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