DataFactoryPipelineRunInfo Class

Definition

Information about a pipeline run.

public class DataFactoryPipelineRunInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFactoryPipelineRunInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DataFactoryPipelineRunInfo>
public class DataFactoryPipelineRunInfo
type DataFactoryPipelineRunInfo = class
    interface IJsonModel<DataFactoryPipelineRunInfo>
    interface IPersistableModel<DataFactoryPipelineRunInfo>
type DataFactoryPipelineRunInfo = class
Public Class DataFactoryPipelineRunInfo
Implements IJsonModel(Of DataFactoryPipelineRunInfo), IPersistableModel(Of DataFactoryPipelineRunInfo)
Public Class DataFactoryPipelineRunInfo
Inheritance
DataFactoryPipelineRunInfo
Implements

Properties

AdditionalProperties

Additional Properties

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.
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.

LastUpdatedOn

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.

RunDimensions

Run dimensions emitted by Pipeline run.

RunEndOn

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.

RunStartOn

The start time of a pipeline run in ISO8601 format.

Status

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

Explicit Interface Implementations

IJsonModel<DataFactoryPipelineRunInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataFactoryPipelineRunInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataFactoryPipelineRunInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataFactoryPipelineRunInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataFactoryPipelineRunInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to