Click or drag to resize

BackupJobProgressContract Class

Contains information about progress of the Backup Job in general.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.Jobs.BackupBackupJobProgressContract
    SOS.SDK.Contracts.DataContracts.Jobs.BackupOnlineBackupJobProgressContract

Namespace:  SOS.SDK.Contracts.DataContracts.Jobs.Backup
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class BackupJobProgressContract

The BackupJobProgressContract type exposes the following members.

Constructors
  NameDescription
Public methodBackupJobProgressContract
Initializes a new instance of the BackupJobProgressContract class
Top
Properties
  NameDescription
Public propertyBackupSet
Total quantity and size of files, included to current backup procedure.
Public propertyFailed
Quantity and size of files, which was failed.
Public propertyFileStates
Array of the FileStateContract. This files is in progress right now.
Public propertyModified
Quantity and size of files, which was modified since last backup.
Public propertyTotal
Total quantity and size of all processed, uploaded and failed files.
Public propertyUnchanged
Quantity and size of files, which have not changed since last backup.
Public propertyUploaded
Quantity and size of files, which was uploaded to server.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also