Skip to main content

IS3ListPartsRequest

Interface in AWS.S3

Interface for ListParts requests.

Ancestors

Properties

MaxParts

property MaxParts: TOptional<Integer>

Specifies the maximum number of parts to retrieve.

PartNumberMarker

property PartNumberMarker: string

Specifies the part number after which results should be retrieved.

UploadId

property UploadId: string

Specifies the ID of the multipart upload to list parts for.