Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface GetObjectAttributesParts

A collection of parts associated with a multipart upload.

Hierarchy

  • GetObjectAttributesParts

Properties

IsTruncated?: boolean

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.

MaxParts?: number

The maximum number of parts allowed in the response.

NextPartNumberMarker?: string

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.

PartNumberMarker?: string

The marker for the current part.

Parts?: ObjectPart[]

A container for elements related to a particular part. A response can contain zero or more Parts elements.

TotalPartsCount?: number

The total number of parts.