Data.Cloud.AmazonAPI.TAmazonStorageService.GetBucketLoggingXML

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetBucketLoggingXML(const BucketName: string;
ResponseInfo: TCloudResponseInfo = nil;
const BucketRegion: TAmazonRegion = amzrNotSpecified): string;

C++

System::UnicodeString __fastcall GetBucketLoggingXML(const System::UnicodeString BucketName, Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0), const TAmazonRegion BucketRegion = System::UnicodeString());

Description

Returns the given bucket's logging information.

GetBucketLoggingXML returns the XML representation of the logging status for the bucket, as well as the users' permissions to view and modify the status.

The following table shows the significance of the parameters:

Parameter Description

BucketName

The name of the bucket to get the logging information for.

ResponseInfo

The optional class for storing response info into.

See Also