ICopyProgress.BytesProcessed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
To indicate bytes transferred.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="To indicate bytes transferred.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=true, Required=false, SerializedName="bytesProcessed")]
public long? BytesProcessed { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="To indicate bytes transferred.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=true, Required=false, SerializedName="bytesProcessed")>]
member this.BytesProcessed : Nullable<int64>
Public ReadOnly Property BytesProcessed As Nullable(Of Long)
Property Value
- Attributes