GetObjectAttributesParts

A collection of parts associated with a multipart upload.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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

The maximum number of parts allowed in the response.

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String