次の方法で共有


CopyProgress.TotalBytesToProcess プロパティ

定義

ジョブによって処理されるデータの合計量を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="totalBytesToProcess")]
public long? TotalBytesToProcess { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="totalBytesToProcess")>]
member this.TotalBytesToProcess : Nullable<int64>
Public ReadOnly Property TotalBytesToProcess As Nullable(Of Long)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象