Class UpdateFile
The server information associated with files in a content update.
Values
Name | Description |
LastError |
String The most recent error associated with downloading this file, if applicable. |
CopySucceded |
boolean True if the file has been successfully copied, false otherwise. |
Url |
String The URL from which the file is downloaded. |
DeleteSucceeded |
boolean True if a file marked for deletion has been deleted, false otherwise. |
DownloadSucceeded |
boolean True if a file download has succeeded, false otherwise. |
DestinationPath |
String The path on the client to which a file will be copied. |
TempFilePath |
String The path on the client to which a file will be downloaded to await action. |
Hash |
String A Hash used to verify the correct file has been fully downloaded. |
Tries |
int The number of attempts made to download the file. |
SizeWasted |
long The number of bytes overwritten in the event of an unsuccessful download. |
ExistingSize |
long The number of bytes of the file that are on the client prior to downloading. |
SizeDownloaded |
long The current number of bytes that have been downloaded for the file. |
Size |
long The size of the file on the server. |
RevisionId |
String The server revision id for the update. |
Directory |
String The name of the directory. |
FileName |
String The name of the file. |
ServerHistoryId |
long The file update history id from the server. |
Status |
UpdateFileStatus The status of the file currently being downloaded. |