PremiumPageBlobTier Enum
Specifies the page blob tier to set the blob to. This is only applicable to page blobs on premium storage accounts. Please take a look at: https://docs.microsoft.com/en-us/azure/storage/storage-premium-storage#scalability-and-performance-targets for detailed information on the corresponding IOPS and throughput per PageBlobTier.
- Inheritance
-
builtins.strPremiumPageBlobTierPremiumPageBlobTier
Constructor
PremiumPageBlobTier(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Fields
P10 |
P15 |
P20 |
P30 |
P4 |
P40 |
P50 |
P6 |
P60 |
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