次の方法で共有


DataStatistics.ProcessedData プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象