ReadSetUploadPartListItem

The metadata of a single part of a file that was added to a multipart upload. A list of these parts is returned in the response to the ListReadSetUploadParts API.

Types

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

Properties

Link copied to clipboard

A unique identifier used to confirm that parts are being added to the correct upload.

Link copied to clipboard

The time stamp for when a direct upload was created.

Link copied to clipboard

The time stamp for the most recent update to an uploaded part.

Link copied to clipboard

The number identifying the part in an upload.

Link copied to clipboard

The size of the the part in an upload.

Link copied to clipboard

The origin of the part being direct uploaded.

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