IFileShareProperties.MaxBurstCreditsForIop 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 calculated maximum burst credits for the share. This property is only for file shares created under Files Provisioned v2 account type.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="The calculated maximum burst credits for the share. This property is only for file shares created under Files Provisioned v2 account type.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="maxBurstCreditsForIops", Update=false)]
public long? MaxBurstCreditsForIop { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="The calculated maximum burst credits for the share. This property is only for file shares created under Files Provisioned v2 account type.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="maxBurstCreditsForIops", Update=false)>]
member this.MaxBurstCreditsForIop : Nullable<int64>
Public ReadOnly Property MaxBurstCreditsForIop As Nullable(Of Long)
Property Value
- Attributes