Share via


IDriveStatus.BytesSucceeded Property

Definition

Bytes successfully transferred for the drive.

[Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.Info(Create=true, Description="Bytes successfully transferred for the drive.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="bytesSucceeded", Update=true)]
public long? BytesSucceeded { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.Info(Create=true, Description="Bytes successfully transferred for the drive.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="bytesSucceeded", Update=true)>]
member this.BytesSucceeded : Nullable<int64> with get, set
Public Property BytesSucceeded As Nullable(Of Long)

Property Value

Attributes

Applies to