Click or drag to resize

OperationLog Class

Inheritance Hierarchy

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

The OperationLog type exposes the following members.

Constructors
  NameDescription
Public methodOperationLog
Initializes a new instance of the OperationLog class
Top
Properties
  NameDescription
Public propertyCreationDate
Date the job was created.
Public propertyErrorDescription
Public propertyJobId
ID of the Jelastic job.
Public propertyLastUpdateDate
Date the job status or progress was last updated.
Public propertyMessage
Public propertyOperationName
Jelastic job operation name.
Public propertyOperationStatus
Current job status.
Public propertyOperationUsername
Username of the user initiated the job.
Public propertyProgress
Current job progress (0 to 100).
Public propertyResourceId
ID of the job resource.
Public propertyUserDescription
Public propertyUserId
ID of the user associated with the job.
Top
See Also