TriggerRun Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Trigger runs.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TriggerRun+TriggerRunConverter))]
public class TriggerRun
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TriggerRun+TriggerRunConverter))>]
type TriggerRun = class
Public Class TriggerRun
- Inheritance
-
TriggerRun
- Attributes
Properties
AdditionalProperties |
Additional Properties. |
Message |
Trigger error message. |
Properties |
List of property name and value related to trigger run. Name, value pair depends on type of trigger. |
Status |
Trigger run status. |
TriggeredPipelines |
List of pipeline name and run Id triggered by the trigger run. |
TriggerName |
Trigger name. |
TriggerRunId |
Trigger run id. |
TriggerRunTimestamp |
Trigger run start time. |
TriggerType |
Trigger type. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET