Class ActivityRun
java.lang.Object
com.azure.resourcemanager.datafactory.models.ActivityRun
Information about an activity run in a pipeline.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the activityName property: The name of the activity.Get the activityRunEnd property: The end time of the activity run in 'ISO 8601' format.Get the activityRunId property: The id of the activity run.Get the activityRunStart property: The start time of the activity run in 'ISO 8601' format.Get the activityType property: The type of the activity.Get the additionalProperties property: Information about an activity run in a pipeline.Get the durationInMs property: The duration of the activity run.error()
Get the error property: The error if any from the activity run.input()
Get the input property: The input for the activity.Get the linkedServiceName property: The name of the compute linked service.output()
Get the output property: The output for the activity.Get the pipelineName property: The name of the pipeline.Get the pipelineRunId property: The id of the pipeline run.status()
Get the status property: The status of the activity run.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Information about an activity run in a pipeline.
-
Constructor Details
-
ActivityRun
public ActivityRun()Creates an instance of ActivityRun class.
-
-
Method Details
-
pipelineName
Get the pipelineName property: The name of the pipeline.- Returns:
- the pipelineName value.
-
pipelineRunId
Get the pipelineRunId property: The id of the pipeline run.- Returns:
- the pipelineRunId value.
-
activityName
Get the activityName property: The name of the activity.- Returns:
- the activityName value.
-
activityType
Get the activityType property: The type of the activity.- Returns:
- the activityType value.
-
activityRunId
Get the activityRunId property: The id of the activity run.- Returns:
- the activityRunId value.
-
linkedServiceName
Get the linkedServiceName property: The name of the compute linked service.- Returns:
- the linkedServiceName value.
-
status
Get the status property: The status of the activity run.- Returns:
- the status value.
-
activityRunStart
Get the activityRunStart property: The start time of the activity run in 'ISO 8601' format.- Returns:
- the activityRunStart value.
-
activityRunEnd
Get the activityRunEnd property: The end time of the activity run in 'ISO 8601' format.- Returns:
- the activityRunEnd value.
-
durationInMs
Get the durationInMs property: The duration of the activity run.- Returns:
- the durationInMs value.
-
input
Get the input property: The input for the activity.- Returns:
- the input value.
-
output
Get the output property: The output for the activity.- Returns:
- the output value.
-
error
Get the error property: The error if any from the activity run.- Returns:
- the error value.
-
additionalProperties
Get the additionalProperties property: Information about an activity run in a pipeline.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: Information about an activity run in a pipeline.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the ActivityRun object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-