Data.Cloud.AmazonAPI.TAmazonBucketLoggingInfo.Create
[–] 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 |
---|---|
|
The name of the bucket to store the logging. |
|
The log file name prefix. |