PipelineRun Class

Definition

Information about a pipeline run.

public class PipelineRun
type PipelineRun = class
Public Class PipelineRun
Inheritance
PipelineRun

Constructors

PipelineRun()

Initializes a new instance of the PipelineRun class.

PipelineRun(IDictionary<String,Object>, String, String, Nullable<Boolean>, String, IDictionary<String,String>, IDictionary<String,String>, PipelineRunInvokedBy, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, String, String)

Initializes a new instance of the PipelineRun class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

DurationInMs

Gets the duration of a pipeline run.

InvokedBy

Gets entity that started the pipeline run.

IsLatest

Gets indicates if the recovered pipeline run is the latest in its group.

LastUpdated

Gets the last updated timestamp for the pipeline run event in ISO8601 format.

Message

Gets the message from a pipeline run.

Parameters

Gets the full or partial list of parameter name, value pair used in the pipeline run.

PipelineName

Gets the pipeline name.

RunDimensions

Gets run dimensions emitted by Pipeline run.

RunEnd

Gets the end time of a pipeline run in ISO8601 format.

RunGroupId

Gets identifier that correlates all the recovery runs of a pipeline run.

RunId

Gets identifier of a run.

RunStart

Gets the start time of a pipeline run in ISO8601 format.

Status

Gets the status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled

Applies to