OnlineBackupJobProgressContract Class |
Namespace: SOS.SDK.Contracts.DataContracts.Jobs.Backup
public class OnlineBackupJobProgressContract : BackupJobProgressContract
The OnlineBackupJobProgressContract type exposes the following members.
Name | Description | |
---|---|---|
OnlineBackupJobProgressContract | Initializes a new instance of the OnlineBackupJobProgressContract class |
Name | Description | |
---|---|---|
BackupSet |
Total quantity and size of files, included to current backup procedure.
(Inherited from BackupJobProgressContract.) | |
Failed |
Quantity and size of files, which was failed.
(Inherited from BackupJobProgressContract.) | |
FileStates |
Array of the FileStateContract. This files is in progress right now.
(Inherited from BackupJobProgressContract.) | |
FilesUnderRetentionPolicy |
Quantity and size of files, which is under retention policy.
| |
Modified |
Quantity and size of files, which was modified since last backup.
(Inherited from BackupJobProgressContract.) | |
Total |
Total quantity and size of all processed, uploaded and failed files.
(Inherited from BackupJobProgressContract.) | |
Unchanged |
Quantity and size of files, which have not changed since last backup.
(Inherited from BackupJobProgressContract.) | |
Uploaded |
Quantity and size of files, which was uploaded to server.
(Inherited from BackupJobProgressContract.) |
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.) |