FileShareRecommendations Class
Constants used for calculating recommended provisioned IOPS and bandwidth for a file share in the storage account.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
FileShareRecommendations(**kwargs: Any)
Variables
Name | Description |
---|---|
base_iops
|
The base IOPS in the file share provisioned IOPS recommendation formula. |
io_scalar
|
The scalar for IO in the file share provisioned IOPS recommendation formula. |
base_bandwidth_mi_b_per_sec
|
The base bandwidth in the file share provisioned bandwidth recommendation formula. |
bandwidth_scalar
|
The scalar for bandwidth in the file share provisioned bandwidth recommendation formula. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python