Click or drag to resize

RunBackupJobRequest Class

Base type for all Backup Job requests.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.RequestsAuthorizedRequest
    SOS.SDK.Contracts.DataContracts.RequestsRunBackupJobRequest
      SOS.SDK.Contracts.DataContracts.RequestsRunOnlineBackupJobRequest

Namespace:  SOS.SDK.Contracts.DataContracts.Requests
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public abstract class RunBackupJobRequest : AuthorizedRequest

The RunBackupJobRequest type exposes the following members.

Constructors
  NameDescription
Protected methodRunBackupJobRequest
Initializes a new instance of the RunBackupJobRequest class
Top
Properties
  NameDescription
Public propertyCallingProcessName
The name of the Windows Process, running under required Windows User permissions.
Public propertyEndTime
Time to cancel backup, if running.
Public propertyIdentity
Identity IdentityContract object with valid SDK Token.
(Inherited from AuthorizedRequest.)
Public propertyWindowsUser
The name of the Windows User who has the permissions for access to the requested files and folders.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIdentity
Get associated IdentityContract instance.
(Inherited from AuthorizedRequest.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also