Trigger interface
Azure data factory nested object which contains information about creating pipeline run
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. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
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. NOTE: This property will not be serialized. It can only be populated by the server.
runtimeState?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "BlobEventsTrigger" | "BlobTrigger" | "ChainingTrigger" | "CustomEventsTrigger" | "MultiplePipelineTrigger" | "ScheduleTrigger" | "RerunTumblingWindowTrigger" | "TumblingWindowTrigger"
Property Value
"BlobEventsTrigger" | "BlobTrigger" | "ChainingTrigger" | "CustomEventsTrigger" | "MultiplePipelineTrigger" | "ScheduleTrigger" | "RerunTumblingWindowTrigger" | "TumblingWindowTrigger"