JobRunData Class

Represents an JobRun 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 JobRunData : BaseDataContract

The JobRunData type exposes the following members.

Constructors
  NameDescription
Public methodJobRunData
Initializes a new instance of the JobRunData class.
Top
Properties
  NameDescription
Public propertyDuration
Gets the duration of the job run.
Public propertyEndTime
Gets the time at which the job run ended.
Public propertyId
Gets the ID of the job run.
Public propertyJobId
Gets the ID of the Job corresponding to the run.
Public propertyResult
Gets the result of the job run.
Public propertyRunAs
Gets or sets the MemberInfoData object corresponding to the RunAs ID.
Public propertyRunBy
Gets or sets the MemberInfoData object corresponding to the RunBy ID.
Public propertyServerName
Gets the name of the server on which the job run executed.
Public propertyStartTime
Gets the time at which the job run started.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
The mapping between JobRun and JobRunData.
Top
See Also