ServerEndpointBackgroundDataDownloadActivity interface
Background data download activity object
Properties
| downloaded |
Running count of bytes downloaded |
| percent |
Progress percentage |
| started |
Timestamp when the operation started |
| timestamp | Timestamp when properties were updated |
Property Details
downloadedBytes
Running count of bytes downloaded
downloadedBytes?: number
Property Value
number
percentProgress
Progress percentage
percentProgress?: number
Property Value
number
startedTimestamp
Timestamp when the operation started
startedTimestamp?: Date
Property Value
Date
timestamp
Timestamp when properties were updated
timestamp?: Date
Property Value
Date