Click or drag to resize

RecoveryProgressContract Class

Description of the recovery operation progress.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.Jobs.RecoveryRecoveryProgressContract

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

The RecoveryProgressContract type exposes the following members.

Constructors
  NameDescription
Public methodRecoveryProgressContract
Initializes a new instance of the RecoveryProgressContract class
Top
Properties
  NameDescription
Public propertyCompleted
Amount of files, which was already restored.
Public propertyFailed
The amount of files with recovery errors.
Public propertyFileStates
'Flash' list of the current files, that is in progress now.
Public propertyInProgress
Amount of files, which is on the restoring just now (multithreading).
Public propertyTotal
Total amount of files to recovery.
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