Data.Cloud.AmazonAPI.TAmazonStorageService.GetBucketLifecycleXML

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBucketLifecycleXML(const ABucketName: string;  AResponseInfo: TCloudResponseInfo = nil; const BucketRegion: TAmazonRegion = amzrNotSpecified): string;

C++

System::UnicodeString __fastcall GetBucketLifecycleXML(const System::UnicodeString ABucketName, Data::Cloud::Cloudapi::TCloudResponseInfo* AResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0), const System::UnicodeString BucketRegion = System::UnicodeString());

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonStorageService

Description

Returns an XML representation of the lifecycle of the objects in the specified bucket.

AResponseInfo is an instance of TCloudResponseInfo to store the information of the response. Use a nil value if you do not need the information of the response.

See Also