PipelineRun Class

Definition

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.

Applies to