次の方法で共有


JobStatisticsVertex コンストラクター

定義

オーバーロード

JobStatisticsVertex()

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

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

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

JobStatisticsVertex()

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

public JobStatisticsVertex ();
Public Sub New ()

適用対象

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

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

public JobStatisticsVertex (string name = default, Guid? vertexId = default, TimeSpan? executionTime = default, long? dataRead = default, long? peakMemUsage = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertex : string * Nullable<Guid> * Nullable<TimeSpan> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertex
Public Sub New (Optional name As String = Nothing, Optional vertexId As Nullable(Of Guid) = Nothing, Optional executionTime As Nullable(Of TimeSpan) = Nothing, Optional dataRead As Nullable(Of Long) = Nothing, Optional peakMemUsage As Nullable(Of Long) = Nothing)

パラメーター

name
String

頂点の名前。

vertexId
Nullable<Guid>

頂点の ID。

executionTime
Nullable<TimeSpan>

頂点の実行時間の長さを指定します。

dataRead
Nullable<Int64>

頂点の読み取られたデータの量 (バイト単位)。

peakMemUsage
Nullable<Int64>

頂点のピーク メモリ使用量 (バイト単位)。

適用対象