ChainingTrigger Class

Definition

Trigger that allows the referenced pipeline to depend on other pipeline runs based on runDimension Name/Value pairs. Upstream pipelines should declare the same runDimension Name and their runs should have the values for those runDimensions. The referenced pipeline run would be triggered if the values for the runDimension match for all upstream pipeline runs.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.ChainingTrigger+ChainingTriggerConverter))]
public class ChainingTrigger : Azure.Analytics.Synapse.Artifacts.Models.Trigger
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.ChainingTrigger+ChainingTriggerConverter))>]
type ChainingTrigger = class
    inherit Trigger
Public Class ChainingTrigger
Inherits Trigger
Inheritance
ChainingTrigger
Attributes

Constructors

ChainingTrigger(TriggerPipelineReference, IEnumerable<PipelineReference>, String)

Initializes a new instance of ChainingTrigger.

Properties

AdditionalProperties

Additional Properties.

(Inherited from Trigger)
Annotations

List of tags that can be used for describing the trigger.

(Inherited from Trigger)
DependsOn

Upstream Pipelines.

Description

Trigger description.

(Inherited from Trigger)
Pipeline

Pipeline for which runs are created when all upstream pipelines complete successfully.

RunDimension

Run Dimension property that needs to be emitted by upstream pipelines.

RuntimeState

Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.

(Inherited from Trigger)

Applies to