Share via


CopyProgress.BytesProcessed Property

Definition

Gets to indicate bytes transferred.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to