Trigger interface
Azure data factory nested object which contains information about creating pipeline run
Properties
| additional |
Additional properties |
| annotations | List of tags that can be used for describing the trigger. |
| description | Trigger description. |
| runtime |
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. |
| type | The discriminator possible values: MultiplePipelineTrigger, ScheduleTrigger, BlobTrigger, BlobEventsTrigger, CustomEventsTrigger, TumblingWindowTrigger, RerunTumblingWindowTrigger, ChainingTrigger |
Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
annotations
List of tags that can be used for describing the trigger.
annotations?: any[]
Property Value
any[]
description
Trigger description.
description?: string
Property Value
string
runtimeState
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
runtimeState?: string
Property Value
string
type
The discriminator possible values: MultiplePipelineTrigger, ScheduleTrigger, BlobTrigger, BlobEventsTrigger, CustomEventsTrigger, TumblingWindowTrigger, RerunTumblingWindowTrigger, ChainingTrigger
type: string
Property Value
string