BackupJobProgressContract Class |
Namespace: SOS.SDK.Contracts.DataContracts.Jobs.Backup
public class BackupJobProgressContract
The BackupJobProgressContract type exposes the following members.
Name | Description | |
---|---|---|
BackupJobProgressContract | Initializes a new instance of the BackupJobProgressContract class |
Name | Description | |
---|---|---|
BackupSet |
Total quantity and size of files, included to current backup procedure.
| |
Failed |
Quantity and size of files, which was failed.
| |
FileStates |
Array of the FileStateContract. This files is in progress right now.
| |
Modified |
Quantity and size of files, which was modified since last backup.
| |
Total |
Total quantity and size of all processed, uploaded and failed files.
| |
Unchanged |
Quantity and size of files, which have not changed since last backup.
| |
Uploaded |
Quantity and size of files, which was uploaded to server.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |