次の方法で共有


DataStatistics.TotalData プロパティ

定義

ジョブの一部として処理されるデータの合計バイト数を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象