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'
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python