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.
Contents
- checksum
-
A unique identifier used to confirm that parts are being added to the correct upload.
Type: String
Required: Yes
- partNumber
-
The number identifying the part in an upload.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 10000.
Required: Yes
- partSize
-
The size of the the part in an upload.
Type: Long
Valid Range: Minimum value of 1. Maximum value of 5368709120.
Required: Yes
- partSource
-
The origin of the part being direct uploaded.
Type: String
Valid Values:
SOURCE1 | SOURCE2
Required: Yes
- creationTime
-
The time stamp for when a direct upload was created.
Type: Timestamp
Required: No
- lastUpdatedTime
-
The time stamp for the most recent update to an uploaded part.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: