Click or drag to resize

OnlineBackupJobProgressContract Properties

The OnlineBackupJobProgressContract type exposes the following members.

Properties
  NameDescription
Public propertyBackupSet
Total quantity and size of files, included to current backup procedure.
(Inherited from BackupJobProgressContract.)
Public propertyFailed
Quantity and size of files, which was failed.
(Inherited from BackupJobProgressContract.)
Public propertyFileStates
Array of the FileStateContract. This files is in progress right now.
(Inherited from BackupJobProgressContract.)
Public propertyFilesUnderRetentionPolicy
Quantity and size of files, which is under retention policy.
Public propertyModified
Quantity and size of files, which was modified since last backup.
(Inherited from BackupJobProgressContract.)
Public propertyTotal
Total quantity and size of all processed, uploaded and failed files.
(Inherited from BackupJobProgressContract.)
Public propertyUnchanged
Quantity and size of files, which have not changed since last backup.
(Inherited from BackupJobProgressContract.)
Public propertyUploaded
Quantity and size of files, which was uploaded to server.
(Inherited from BackupJobProgressContract.)
Top
See Also