PremiumPageBlobTier Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The tier of the page blob. 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 PremiumPageBlobTier.
public enum PremiumPageBlobTier
type PremiumPageBlobTier =
Public Enum PremiumPageBlobTier
- Inheritance
-
PremiumPageBlobTier
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The tier is not recognized by this version of the library. |
P4 | 1 | P4 Tier |
P6 | 2 | P6 Tier |
P10 | 3 | P10 Tier |
P20 | 4 | P20 Tier |
P30 | 5 | P30 Tier |
P40 | 6 | P40 Tier |
P50 | 7 | P50 Tier |
P60 | 8 | P60 Tier |
P70 | 9 | P70 Tier |
P80 | 10 | P80 Tier |
Applies to
Azure SDK for .NET