Triggers
Triggers determine when a pipeline execution should occur, this can be time based (ie a certain time of day/week/month) or event based.
Permitted Collection Child Definitions
Child | API Type | Description |
---|---|---|
<CustomEvents /> | AstAdfCustomEventsTriggerNode | This node models a type of trigger that fires based on Custom Events. |
<EventBased /> | AstAdfEventBasedTriggerNode | This node models a type of trigger that fires based on the creation or deletion of storage blobs. |
<Schedule /> | AstAdfScheduleTriggerNode | AstAdfScheduleTriggerNode objects correspond directly to schedule triggers in Azure Data Factory. |
<TumblingWindow /> | AstAdfTumblingWindowTriggerNode | This node models a type of trigger that launches at periodic intervals after a specified starting time. Tumbling Window triggers can only refer to one single pipeline. |