Share via


ActivityRun Class

Definition

Information about an activity run in a pipeline.

public class ActivityRun
type ActivityRun = class
Public Class ActivityRun
Inheritance
ActivityRun

Constructors

ActivityRun()

Initializes a new instance of the ActivityRun class.

ActivityRun(IDictionary<String,Object>, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Object, Object, Object)

Initializes a new instance of the ActivityRun class.

Properties

ActivityName

Gets the name of the activity.

ActivityRunEnd

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

ActivityRunId

Gets the id of the activity run.

ActivityRunStart

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

ActivityType

Gets the type of the activity.

AdditionalProperties

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

DurationInMs

Gets the duration of the activity run.

Error

Gets the error if any from the activity run.

Input

Gets the input for the activity.

LinkedServiceName

Gets the name of the compute linked service.

Output

Gets the output for the activity.

PipelineName

Gets the name of the pipeline.

PipelineRunId

Gets the id of the pipeline run.

Status

Gets the status of the activity run.

Applies to