INPUT_OBJECT

GeneratePresignedUrlForPartUploadInput

Description

Input for generatePresignedUrlForPartUpload.

link GraphQL Schema definition

  • input GeneratePresignedUrlForPartUploadInput {
  • # RSC account id.
  • account: String
  • # List of cluster UUIDs.
  • clusterUuids: [String!]
  • # One-based index of the part to be uploaded.
  • partIndex: Int
  • # Number of times this specific part upload has been retried.
  • retryCount: Int
  • # Unique identifier for the upload session.
  • sessionId: String
  • }

link Require by