Share via


DataBoxDiskCopyProgress.BytesCopied Property

Definition

Gets bytes copied during the copy of disk.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to