PipelineRun 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.
Information about a pipeline run.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PipelineRun+PipelineRunConverter))]
public class PipelineRun
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PipelineRun+PipelineRunConverter))>]
type PipelineRun = class
Public Class PipelineRun
- Inheritance
-
PipelineRun
- Attributes
Properties
AdditionalProperties |
Additional Properties. |
DurationInMs |
The duration of a pipeline run. |
InvokedBy |
Entity that started the pipeline run. |
IsLatest |
Indicates if the recovered pipeline run is the latest in its group. |
LastUpdated |
The last updated timestamp for the pipeline run event in ISO8601 format. |
Message |
The message from a pipeline run. |
Parameters |
The full or partial list of parameter name, value pair used in the pipeline run. |
PipelineName |
The pipeline name. |
RunEnd |
The end time of a pipeline run in ISO8601 format. |
RunGroupId |
Identifier that correlates all the recovery runs of a pipeline run. |
RunId |
Identifier of a run. |
RunStart |
The start time of a pipeline run in ISO8601 format. |
Status |
The status of a pipeline run. |