FileServiceUsageProperties Class
File service usage in storage account including account limits, file share limits and constants used in recommendations and bursting formula.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
FileServiceUsageProperties(**kwargs: Any)
Variables
Name | Description |
---|---|
storage_account_limits
|
Maximum provisioned storage, IOPS, bandwidth and number of file shares limits for the storage account. |
file_share_limits
|
Minimum and maximum provisioned storage, IOPS and bandwidth limits for a file share in the storage account. |
file_share_recommendations
|
Constants used for calculating recommended provisioned IOPS and bandwidth for a file share in the storage account. |
bursting_constants
|
Constants used for calculating included burst IOPS and maximum burst credits for IOPS for a file share in the storage account. |
storage_account_usage
|
Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares and soft-deleted shares in the account. |
Azure SDK for Python