GetObjectAttributesParts
A collection of parts associated with a multipart upload.
Contents
- 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.Type: Boolean Required: No 
- MaxParts
- 
               The maximum number of parts allowed in the response. Type: Integer Required: No 
- 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.Type: Integer Required: No 
- PartNumberMarker
- 
               The marker for the current part. Type: Integer Required: No 
- Parts
- 
               A container for elements related to a particular part. A response can contain zero or more Partselements.Note- 
                        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.
 Type: Array of ObjectPart data types Required: No 
- 
                        
- TotalPartsCount
- 
               The total number of parts. Type: Integer Required: No 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: