Skip to main content

CompletedUploadPartInput

Represents a single uploaded part in a multi-part upload process. This input is used when finalizing the upload by telling the system how to reassemble the uploaded file.

input CompletedUploadPartInput {
partNumber: Int!
eTag: String!
}

Fields​

CompletedUploadPartInput.partNumber ● Int! non-null scalar​

The part number of the uploaded chunk. This must match the part number used during the upload phase.

CompletedUploadPartInput.eTag ● String! non-null scalar​

The entity tag (ETag) returned by the storage service (e.g., S3) for this part. It is used to validate the integrity of the uploaded data.

Member Of​

CompleteDataRoomDocumentMultiPartUploadInput input