Share via


CopyProgress.TotalBytesToProcess Property

Definition

Gets total amount of data to be processed by the job.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to