Data.Cloud.AmazonAPI.TAmazonStorageService.GetBucketObjectVersionsXML

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

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, with all the versions of each object.

GetBucketObjectVersionsXML returns the XML representation of the bucket's objects or versions and additional information.

The optional parameters include all the optional parameters supported by the GetBucket command, except that marker should be called key-marker. Also, version-id-marker is also supported, which can be used as a token from which a specific file version to continue.

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