Click or drag to resize

OnlineBackupJobSessionContract Class

Contains information about Online Backup Job session.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.JobsJobSessionContract
    SOS.SDK.Contracts.DataContracts.Jobs.BackupBackupJobSessionContract
      SOS.SDK.Contracts.DataContracts.Jobs.BackupOnlineBackupJobSessionContract

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

The OnlineBackupJobSessionContract type exposes the following members.

Constructors
  NameDescription
Public methodOnlineBackupJobSessionContract
Initializes a new instance of the OnlineBackupJobSessionContract class
Top
Properties
  NameDescription
Public propertyAccountLogin
User account, linked with this Job.
(Inherited from JobSessionContract.)
Public propertyBackupState
Current state of the backup job.
(Inherited from BackupJobSessionContract.)
Public propertyCompletedUtc
Date/Time when the Job was completed.
(Inherited from JobSessionContract.)
Public propertyCreatedUtc
Date/Time when the Job was created.
(Inherited from JobSessionContract.)
Public propertyCurrentStage
Current execution stage description.
(Inherited from JobSessionContract.)
Public propertyErrorMessage
Last error message, occured during the Job execution.
(Inherited from JobSessionContract.)
Public propertyFaultReason
Contains qualified backup fault reasons.
(Inherited from BackupJobSessionContract.)
Public propertyIsProgressIndeterminate
Current stage of the Job progress is indeterminate.
(Inherited from JobSessionContract.)
Public propertyJobId
Unique Job identifier.
(Inherited from JobSessionContract.)
Public propertyProgress
Progress of the Backup Job.
(Inherited from BackupJobSessionContract.)
Public propertyProgressPercentage
Percent of the Job completion.
(Inherited from JobSessionContract.)
Public propertyStartedUtc
Date/Time when the Job was started.
(Inherited from JobSessionContract.)
Public propertyState
Current state of the Job.
(Inherited from JobSessionContract.)
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