Skip to main content

TS3ListObjectsRequest

Class in AWS.S3

ListObjects request class.

Ancestors

Properties

Delimiter

property Delimiter: string

EncodingType

property EncodingType: string

Marker

property Marker: string

MaxKeys

property MaxKeys: TOptional<Integer>

Prefix

property Prefix: string

OptionalObjectAttributes

property OptionalObjectAttributes: string

RequestPayer

property RequestPayer: string

Constructors

Create

constructor Create(const ABucket: string); overload;

Constructor for TS3ListObjectsRequest.

Parameters

NameDescription
ABucketA bucket name.

constructor Create(const ARequest: IS3ListObjectsRequest); overload;

IS3ListObjectsRequest

Constructor for TS3ListObjectsRequest.

Parameters

NameDescription
ARequestA request to clone.