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'
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python