BundleDownload

BundleDownload
BundleDownload

Represents a download record of a bundle. A bundle may be associated with multiple downloads if previous downloads failed

JSON Example
{
    "downloadId": "string",
    "bundleId": "string",
    "scheduledTime": 0,
    "status": "string",
    "startTime": 0,
    "endTime": 0,
    "downloadError": {
        "errorCode": "string",
        "errorMessage": "string",
        "stackTraceStr": "string",
        "retriable": false
    }
}
string
downloadId
Read-Only

Uniquely identity a download

string
bundleId
Read-Only

Bundle id associated with this download

integer As int64 As int64
scheduledTime
Read-Only

The scheduled time when the download to start

string
status
Read-Only

Bundle download status

integer As int64 As int64
startTime
Read-Only

The actual start download time

integer As int64 As int64
endTime
Read-Only

The actual end download time

downloadError
Read-Only

Describe a download error