ActivityRun Class

Definition

Information about an activity run in a pipeline.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.ActivityRun+ActivityRunConverter))]
public class ActivityRun
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.ActivityRun+ActivityRunConverter))>]
type ActivityRun = class
Public Class ActivityRun
Inheritance
ActivityRun
Attributes

Properties

ActivityName

The name of the activity.

ActivityRunEnd

The end time of the activity run in 'ISO 8601' format.

ActivityRunId

The id of the activity run.

ActivityRunStart

The start time of the activity run in 'ISO 8601' format.

ActivityType

The type of the activity.

AdditionalProperties

Additional Properties.

DurationInMs

The duration of the activity run.

Error

The error if any from the activity run.

Input

The input for the activity.

LinkedServiceName

The name of the compute linked service.

Output

The output for the activity.

PipelineName

The name of the pipeline.

PipelineRunId

The id of the pipeline run.

Status

The status of the activity run.

Applies to