PremiumPageBlobTier Class
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 throughtput per PageBlobTier.
- Inheritance
-
builtins.objectPremiumPageBlobTier
Constructor
PremiumPageBlobTier()
Attributes
P10
P10 Tier
P10 = 'P10'
P20
P20 Tier
P20 = 'P20'
P30
P30 Tier
P30 = 'P30'
P4
P4 Tier
P4 = 'P4'
P40
P40 Tier
P40 = 'P40'
P50
P50 Tier
P50 = 'P50'
P6
P6 Tier
P6 = 'P6'
P60
P60 Tier
P60 = '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