Interface PipelineRun


public interface PipelineRun
An immutable client-side representation of PipelineRun.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the additionalProperties property: Information about a pipeline run.
    Gets the durationInMs property: The duration of a pipeline run.
    Gets the inner com.azure.resourcemanager.datafactory.fluent.models.PipelineRunInner object.
    Gets the invokedBy property: Entity that started the pipeline run.
    Gets the isLatest property: Indicates if the recovered pipeline run is the latest in its group.
    Gets the lastUpdated property: The last updated timestamp for the pipeline run event in ISO8601 format.
    Gets the message property: The message from a pipeline run.
    Gets the parameters property: The full or partial list of parameter name, value pair used in the pipeline run.
    Gets the pipelineName property: The pipeline name.
    Gets the runDimensions property: Run dimensions emitted by Pipeline run.
    Gets the runEnd property: The end time of a pipeline run in ISO8601 format.
    Gets the runGroupId property: Identifier that correlates all the recovery runs of a pipeline run.
    Gets the runId property: Identifier of a run.
    Gets the runStart property: The start time of a pipeline run in ISO8601 format.
    Gets the status property: The status of a pipeline run.
  • Method Details

    • runId

      String runId()
      Gets the runId property: Identifier of a run.
      Returns:
      the runId value.
    • runGroupId

      String runGroupId()
      Gets the runGroupId property: Identifier that correlates all the recovery runs of a pipeline run.
      Returns:
      the runGroupId value.
    • isLatest

      Boolean isLatest()
      Gets the isLatest property: Indicates if the recovered pipeline run is the latest in its group.
      Returns:
      the isLatest value.
    • pipelineName

      String pipelineName()
      Gets the pipelineName property: The pipeline name.
      Returns:
      the pipelineName value.
    • parameters

      Map<String,String> parameters()
      Gets the parameters property: The full or partial list of parameter name, value pair used in the pipeline run.
      Returns:
      the parameters value.
    • runDimensions

      Map<String,String> runDimensions()
      Gets the runDimensions property: Run dimensions emitted by Pipeline run.
      Returns:
      the runDimensions value.
    • invokedBy

      Gets the invokedBy property: Entity that started the pipeline run.
      Returns:
      the invokedBy value.
    • lastUpdated

      OffsetDateTime lastUpdated()
      Gets the lastUpdated property: The last updated timestamp for the pipeline run event in ISO8601 format.
      Returns:
      the lastUpdated value.
    • runStart

      OffsetDateTime runStart()
      Gets the runStart property: The start time of a pipeline run in ISO8601 format.
      Returns:
      the runStart value.
    • runEnd

      OffsetDateTime runEnd()
      Gets the runEnd property: The end time of a pipeline run in ISO8601 format.
      Returns:
      the runEnd value.
    • durationInMs

      Integer durationInMs()
      Gets the durationInMs property: The duration of a pipeline run.
      Returns:
      the durationInMs value.
    • status

      String status()
      Gets the status property: The status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled.
      Returns:
      the status value.
    • message

      String message()
      Gets the message property: The message from a pipeline run.
      Returns:
      the message value.
    • additionalProperties

      Map<String,Object> additionalProperties()
      Gets the additionalProperties property: Information about a pipeline run.
      Returns:
      the additionalProperties value.
    • innerModel

      PipelineRunInner innerModel()
      Gets the inner com.azure.resourcemanager.datafactory.fluent.models.PipelineRunInner object.
      Returns:
      the inner object.