Click or drag to resize

ScheduledOperationExecutionResponse Class

Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsDBaaS.EntitiesScheduledOperationExecutionResponse

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

The ScheduledOperationExecutionResponse type exposes the following members.

Constructors
  NameDescription
Public methodScheduledOperationExecutionResponse
Initializes a new instance of the ScheduledOperationExecutionResponse class
Top
Properties
  NameDescription
Public propertyExecutionData
Execution information
Public propertyExecutionElapsedSeconds
Execution duration in seconds
Public propertyExecutionEndDateTimeUtc
End execution date and time
Public propertyExecutionError
In case of an error this field provide the error details
Public propertyExecutionId
Public propertyExecutionStartOnUtc
Execution start date and time
Public propertyExecutionStatus
Indicates the execution status.values: inprogress,success,fail
Public propertyInstanceId
Id of the Database instance the operation is scheduled for
Public propertyOwnerId
Scheduled operation Instance owner id
Top
See Also