FileShareRecommendations interface
Constants used for calculating recommended provisioned IOPS and bandwidth for a file share in the storage account.
Properties
| bandwidth |
The scalar for bandwidth in the file share provisioned bandwidth recommendation formula. |
| base |
The base bandwidth in the file share provisioned bandwidth recommendation formula. |
| base |
The base IOPS in the file share provisioned IOPS recommendation formula. |
| io |
The scalar for IO in the file share provisioned IOPS recommendation formula. |
Property Details
bandwidthScalar
The scalar for bandwidth in the file share provisioned bandwidth recommendation formula.
bandwidthScalar?: number
Property Value
number
baseBandwidthMiBPerSec
The base bandwidth in the file share provisioned bandwidth recommendation formula.
baseBandwidthMiBPerSec?: number
Property Value
number
baseIops
The base IOPS in the file share provisioned IOPS recommendation formula.
baseIops?: number
Property Value
number
ioScalar
The scalar for IO in the file share provisioned IOPS recommendation formula.
ioScalar?: number
Property Value
number