Data.Cloud.AmazonAPI.TAmazonStorageService.SetBucketLifecycle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SetBucketLifecycle(const ABucketName: string; const ALifeCycle: TAmazonLifeCycleConfiguration;  const AResponseInfo: TCloudResponseInfo): boolean;

C++

bool __fastcall SetBucketLifecycle(const System::UnicodeString ABucketName, const Data::Cloud::Amazonapi::Lifecycle::TAmazonLifeCycleConfiguration ALifeCycle, Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo);

Properties

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

Description

Updates the lifecycle of the objects in the specified bucket to use the specified lifecycle configuration.

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