ISqlBackupFileInfo.CopyThroughput 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.
Copy throughput in KBps
[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Copy throughput in KBps", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=true, Required=false, SerializedName="copyThroughput")]
public double? CopyThroughput { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Copy throughput in KBps", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=true, Required=false, SerializedName="copyThroughput")>]
member this.CopyThroughput : Nullable<double>
Public ReadOnly Property CopyThroughput As Nullable(Of Double)
Property Value
- Attributes