JobRunEventData Class

Represents an JobRunEvent item.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class JobRunEventData : BaseDataContract

The JobRunEventData type exposes the following members.

Constructors
  NameDescription
Public methodJobRunEventData
Initializes a new instance of the JobRunEventData class.
Top
Properties
  NameDescription
Public propertyEventKind
Gets the kind of the event.
Public propertyIndex
Gets a numeric index associated with the message which can be used to properly sort messages having identical values for the Time property.
Public propertyJobId
Gets the ID.
Public propertyJobRunId
Gets the ID of the job run associated with the event.
Public propertyMessage
Gets the message associated with the event.
Public propertyMessageId
Gets the ID associated with the message.
Public propertySeverity
Gets the severity of the message.
Public propertyTime
Gets the time of the event.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also