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
Optional
Uniquely identity a download
string
bundleId
Optional
Bundle id associated with this download
integer As int64 As int64
scheduledTime
Optional
The scheduled time when the download to start
string
status
Optional
Bundle download status
integer As int64 As int64
startTime
Optional
The actual start download time
integer As int64 As int64
endTime
Optional
The actual end download time