INPUT_OBJECT

ConfirmPartUploadInput

Description

Input for confirmPartUpload.

link GraphQL Schema definition

  • input ConfirmPartUploadInput {
  • # RSC account id.
  • account: String
  • # List of cluster UUIDs.
  • clusterUuids: [String!]
  • # Error code received from MinIO PUT response.
  • errorCode: String
  • # ETag received from MinIO PUT response.
  • etag: String
  • # One-based index of the part to be uploaded.
  • partIndex: Int
  • # Number of times the upload has been retried.
  • retryCount: Int
  • # Unique identifier for the upload session.
  • sessionId: String
  • }

link Require by