Base type: System.Entity
Summary: This entity presents SQL agent job information.
Name | Type | Notes |
---|---|---|
JobInfoID | System.Int32 | The unique integer representation of SQL job. |
ApplicationID | System.Int32 | The unique integer representation of application. |
LastRunDate | System.DateTime | The date and time of the last SQL agent job execution. |
LastRunDuration | System.Int32 | The integer value that contains the last SQL agent job execution duration. |
LastRunStatus | System.Int32 | The integer value that contains the last SQL agent job execution status. |
Name | System.String | The string value that contains the agent job name. |
Status | System.Int32 | The status of an SQL agent job. |
DetailsUrl | System.String | URL to agent job details page. Used in alerting. |
DisplayName | System.String | |
Description | System.String | |
InstanceType | System.Type | |
Uri | System.String | |
InstanceSiteId | System.Int32 | Default='0'. |
SqlJobInfoAlert | Orion.APM.SqlJobInfoAlert | Defined by relationship Orion.APM.SqlJobInfoAlertReferencesSqlJobInfo (System.Reference) |
SqlApplication | Orion.APM.SqlServerApplication | Defined by relationship Orion.APM.SqlServerApplicationHostsSqlJobInfo (System.Hosting) |