次の方法で共有


JobStatisticsVertex クラス

定義

頂点の詳細情報。

public class JobStatisticsVertex
type JobStatisticsVertex = class
Public Class JobStatisticsVertex
継承
JobStatisticsVertex

コンストラクター

JobStatisticsVertex()

JobStatisticsVertex クラスの新しいインスタンスを初期化します。

JobStatisticsVertex(String, Nullable<Guid>, Nullable<TimeSpan>, Nullable<Int64>, Nullable<Int64>)

JobStatisticsVertex クラスの新しいインスタンスを初期化します。

プロパティ

DataRead

頂点の読み取りデータ量をバイト単位で取得します。

ExecutionTime

頂点の実行時間を取得します。

Name

頂点の名前を取得します。

PeakMemUsage

頂点のピーク メモリ使用量をバイト単位で取得します。

VertexId

頂点の ID を取得します。

適用対象