TriggerRun Class

Definition

Trigger runs.

public class TriggerRun
type TriggerRun = class
Public Class TriggerRun
Inheritance
TriggerRun

Constructors

TriggerRun()

Initializes a new instance of the TriggerRun class.

TriggerRun(IDictionary<String,Object>, String, String, String, Nullable<DateTime>, String, String, IDictionary<String,String>, IDictionary<String,String>, IDictionary<String,String>, IDictionary<String, Object>)

Initializes a new instance of the TriggerRun class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

DependencyStatus

Gets status of the upstream pipelines.

Message

Gets trigger error message.

Properties

Gets list of property name and value related to trigger run. Name, value pair depends on type of trigger.

RunDimension

Gets run dimension for which trigger was fired.

Status

Gets trigger run status. Possible values include: 'Succeeded', 'Failed', 'Inprogress'

TriggeredPipelines

Gets list of pipeline name and run Id triggered by the trigger run.

TriggerName

Gets trigger name.

TriggerRunId

Gets trigger run id.

TriggerRunTimestamp

Gets trigger run start time.

TriggerType

Gets trigger type.

Applies to