Data.Cloud.AmazonAPI.TAmazonStorageService.GetBucketObjectVersions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBucketObjectVersions(const BucketName: string; OptionalParams: TStrings;
ResponseInfo: TCloudResponseInfo = nil;
const BucketRegion: TAmazonRegion = amzrNotSpecified): TAmazonBucketResult;

C++

TAmazonBucketResult* __fastcall GetBucketObjectVersions(const System::UnicodeString BucketName, System::Classes::TStrings* OptionalParams, Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (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 some or all the objects of a given bucket.

GetBucketObjectVersions returns the bucket objects or versions and additional information.

See the GetBucketObjectVersionsXML documentation for more information.

The following table shows the significance of the parameters:

Parameter Description

BucketName

The name of the bucket to get the objects or versions for.

OptionalParams

Optional parameters for filtering the results.

ResponseInfo

The optional class for storing response info into.

See Also