INPUT_OBJECT
ConfirmPartUploadInput
Description
Input for confirmPartUpload.
link GraphQL Schema definition
- input ConfirmPartUploadInput {
- # RSC account id.
- String :
- # List of cluster UUIDs.
- String!] : [
- # Error code received from MinIO PUT response.
- String :
- # ETag received from MinIO PUT response.
- String :
- # One-based index of the part to be uploaded.
- Int :
- # Number of times the upload has been retried.
- Int :
- # Unique identifier for the upload session.
- String :
- }