GetObjectAttributesParts
class GetObjectAttributesParts
A collection of parts associated with a multipart upload.
Types
Properties
Link copied to clipboard
Indicates whether the returned list of parts is truncated. A value of true
indicates that the list was truncated. A list can be truncated if the number of parts exceeds the limit returned in the MaxParts
element.
Link copied to clipboard
When a list is truncated, this element specifies the last part in the list, as well as the value to use for the PartNumberMarker
request parameter in a subsequent request.
Link copied to clipboard
The marker for the current part.
Link copied to clipboard
A container for elements related to a particular part. A response can contain zero or more Parts
elements.
Link copied to clipboard
The total number of parts.