IFileServiceUsage.BurstingConstantBurstIoScalar 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.
The scalar against provisioned IOPS in the file share included burst IOPS formula.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="The scalar against provisioned IOPS in the file share included burst IOPS formula.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=true, Required=false, SerializedName="burstIOScalar", Update=false)]
public double? BurstingConstantBurstIoScalar { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="The scalar against provisioned IOPS in the file share included burst IOPS formula.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=true, Required=false, SerializedName="burstIOScalar", Update=false)>]
member this.BurstingConstantBurstIoScalar : Nullable<double>
Public ReadOnly Property BurstingConstantBurstIoScalar As Nullable(Of Double)
Property Value
- Attributes