IS3ListPartsResult
Interface in AWS.S3
Interface for ListPartsResult nodes.
Properties
Bucket
property Bucket: string
The bucket name of the multipart upload part.
Initiator
property Initiator: IS3Initiator
Type: IS3Initiator
Identifies who intiated the multipart upload.
IsTruncated
property IsTruncated: TOptional<Boolean>
Indicates whether the returned results are truncated.
Key
property Key: string
The key of the object the multipart upload was initiated for.
MaxParts
property MaxParts: TOptional<Integer>
The maximum number of parts allowed by the request.
NextPartNumberMarker
property NextPartNumberMarker: TOptional<Integer>
When the results are truncated, specifies the last object part returned in the results.
Use this value as PartNumberMarker in subsequent requests to retrieve more results.
Owner
property Owner: IS3Owner
Type: IS3Owner
Details of the object's owner.
Parts
property Parts: TS3Parts
Type: TS3Parts
A list of parts.
PartNumberMarker
property PartNumberMarker: TOptional<Integer>
The PartNumberMarker requested.
StorageClass
property StorageClass: string
Provides storage class information of the object.
Valid values are: STANDARD | REDUCED_REDUNDANCY | STANDARD_IA | ONEZONE_IA | INTELLIGENT_TIERING | GLACIER | DEEP_ARCHIVE | OUTPOSTS.
UploadId
property UploadId: string
The identifier for the multipart upload being listed.