OBJECT
ActiveUpload
Description
Active upload.
link GraphQL Schema definition
- type ActiveUpload {
- # MD5 checksum of the upload.
- String! :
- # Unique identifier for the upload session.
- String! :
- # Size of the upload.
- Long! :
- # Status of the upload.
- UpgradePackageUploadStatus! :
- # Total number of parts.
- Int! :
- # Upload time of the upload.
- DateTime :
- # Number of uploaded parts.
- Int! :
- # Version of the upload.
- String! :
- }