Click or drag to resize

ScheduleFullAndIncrementalLoadResponse Class

Results of the loading backup schedule with full and incremental schedules.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.ResponsesScheduleFullAndIncrementalLoadResponse

Namespace:  SOS.SDK.Contracts.DataContracts.Responses
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class ScheduleFullAndIncrementalLoadResponse

The ScheduleFullAndIncrementalLoadResponse type exposes the following members.

Constructors
  NameDescription
Public methodScheduleFullAndIncrementalLoadResponse
Initializes a new instance of the ScheduleFullAndIncrementalLoadResponse class
Top
Properties
  NameDescription
Public propertyFull
The schedule of the Full type of the Backup.
Public propertyIncremental
The schedule of the Incremental type of the Backup.
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