OBJECT

ActiveUpload

Description

Active upload.

link GraphQL Schema definition

  • type ActiveUpload {
  • # MD5 checksum of the upload.
  • md5Checksum: String!
  • # Unique identifier for the upload session.
  • sessionId: String!
  • # Size of the upload.
  • size: Long!
  • # Status of the upload.
  • status: UpgradePackageUploadStatus!
  • # Total number of parts.
  • totalParts: Int!
  • # Upload time of the upload.
  • uploadStartTime: DateTime
  • # Number of uploaded parts.
  • uploadedParts: Int!
  • # Version of the upload.
  • version: String!
  • }