ActivityRun Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET