ActivityRun クラス

定義

パイプラインでのアクティビティの実行に関する情報。

[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
継承
ActivityRun
属性

プロパティ

ActivityName

アクティビティの名前。

ActivityRunEnd

アクティビティの終了時刻は、'ISO 8601' 形式で実行されます。

ActivityRunId

アクティビティ実行の ID。

ActivityRunStart

アクティビティの開始時刻は、'ISO 8601' 形式で実行されます。

ActivityType

アクティビティの種類。

AdditionalProperties

その他のプロパティ。

DurationInMs

アクティビティの実行時間。

Error

アクティビティが実行された場合のエラー。

Input

アクティビティの入力。

LinkedServiceName

コンピューティングのリンクされたサービスの名前。

Output

アクティビティの出力。

PipelineName

パイプラインの名前。

PipelineRunId

パイプライン実行の ID。

Status

アクティビティの実行の状態。

適用対象