/AWS1/CL_S3_GETOBJATTRSPARTS¶
A collection of parts associated with a multipart upload.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_totalpartscount TYPE /AWS1/S3_PARTSCOUNT /AWS1/S3_PARTSCOUNT¶
The total number of parts.
iv_partnumbermarker TYPE /AWS1/S3_PARTNUMBERMARKER /AWS1/S3_PARTNUMBERMARKER¶
The marker for the current part.
iv_nextpartnumbermarker TYPE /AWS1/S3_NEXTPARTNUMBERMARKER /AWS1/S3_NEXTPARTNUMBERMARKER¶
When a list is truncated, this element specifies the last part in the list, as well as the value to use for the
PartNumberMarkerrequest parameter in a subsequent request.
iv_maxparts TYPE /AWS1/S3_MAXPARTS /AWS1/S3_MAXPARTS¶
The maximum number of parts allowed in the response.
iv_istruncated TYPE /AWS1/S3_ISTRUNCATED /AWS1/S3_ISTRUNCATED¶
Indicates whether the returned list of parts is truncated. A value of
trueindicates that the list was truncated. A list can be truncated if the number of parts exceeds the limit returned in theMaxPartselement.
it_parts TYPE /AWS1/CL_S3_OBJECTPART=>TT_PARTSLIST TT_PARTSLIST¶
A container for elements related to a particular part. A response can contain zero or more
Partselements.
General purpose buckets - For
GetObjectAttributes, if an additional checksum (includingx-amz-checksum-crc32,x-amz-checksum-crc32c,x-amz-checksum-sha1, orx-amz-checksum-sha256) isn't applied to the object specified in the request, the response doesn't return thePartelement.Directory buckets - For
GetObjectAttributes, regardless of whether an additional checksum is applied to the object specified in the request, the response returns thePartelement.
Queryable Attributes¶
TotalPartsCount¶
The total number of parts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALPARTSCOUNT() |
Getter for TOTALPARTSCOUNT, with configurable default |
ASK_TOTALPARTSCOUNT() |
Getter for TOTALPARTSCOUNT w/ exceptions if field has no val |
HAS_TOTALPARTSCOUNT() |
Determine if TOTALPARTSCOUNT has a value |
PartNumberMarker¶
The marker for the current part.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTNUMBERMARKER() |
Getter for PARTNUMBERMARKER, with configurable default |
ASK_PARTNUMBERMARKER() |
Getter for PARTNUMBERMARKER w/ exceptions if field has no va |
HAS_PARTNUMBERMARKER() |
Determine if PARTNUMBERMARKER has a value |
NextPartNumberMarker¶
When a list is truncated, this element specifies the last part in the list, as well as the value to use for the
PartNumberMarkerrequest parameter in a subsequent request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTPARTNUMBERMARKER() |
Getter for NEXTPARTNUMBERMARKER, with configurable default |
ASK_NEXTPARTNUMBERMARKER() |
Getter for NEXTPARTNUMBERMARKER w/ exceptions if field has n |
HAS_NEXTPARTNUMBERMARKER() |
Determine if NEXTPARTNUMBERMARKER has a value |
MaxParts¶
The maximum number of parts allowed in the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXPARTS() |
Getter for MAXPARTS, with configurable default |
ASK_MAXPARTS() |
Getter for MAXPARTS w/ exceptions if field has no value |
HAS_MAXPARTS() |
Determine if MAXPARTS has a value |
IsTruncated¶
Indicates whether the returned list of parts is truncated. A value of
trueindicates that the list was truncated. A list can be truncated if the number of parts exceeds the limit returned in theMaxPartselement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISTRUNCATED() |
Getter for ISTRUNCATED, with configurable default |
ASK_ISTRUNCATED() |
Getter for ISTRUNCATED w/ exceptions if field has no value |
HAS_ISTRUNCATED() |
Determine if ISTRUNCATED has a value |
Parts¶
A container for elements related to a particular part. A response can contain zero or more
Partselements.
General purpose buckets - For
GetObjectAttributes, if an additional checksum (includingx-amz-checksum-crc32,x-amz-checksum-crc32c,x-amz-checksum-sha1, orx-amz-checksum-sha256) isn't applied to the object specified in the request, the response doesn't return thePartelement.Directory buckets - For
GetObjectAttributes, regardless of whether an additional checksum is applied to the object specified in the request, the response returns thePartelement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTS() |
Getter for PARTS, with configurable default |
ASK_PARTS() |
Getter for PARTS w/ exceptions if field has no value |
HAS_PARTS() |
Determine if PARTS has a value |