次の方法で共有


DataStatistics.Throughput プロパティ

定義

ジョブの一部として処理されるデータの平均スループット (バイト/秒) を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="throughput")]
public long? Throughput { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="throughput")>]
member this.Throughput : Nullable<int64> with get, set
Public Property Throughput As Nullable(Of Long)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象