Click or drag to resize

ScheduleExecutionData Class

Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsDBaaS.EntitiesScheduleExecutionData

Namespace:  Aruba.Cloud.WsDBaaS.Entities
Assembly:  WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class ScheduleExecutionData

The ScheduleExecutionData type exposes the following members.

Constructors
  NameDescription
Public methodScheduleExecutionData
Initializes a new instance of the ScheduleExecutionData class
Top
Properties
  NameDescription
Public propertyBackUpId
ID of the backup for the scheduled operation
Public propertyBackUpName
Name of the backup for the scheduled operation
Public propertyBackUpSize
Size of the backup
Public propertyDataBaseId
ID of the database the operation is scheduled for
Public propertyDataBaseName
Name of the database the operation is scheduled for
Public propertyTaskId
The id of the task for the scheduled operation
Top
See Also