PremiumPageBlobTier Enum
- java.
lang. Object - java.
lang. Enum<PremiumPageBlobTier> - com.
microsoft. azure. storage. blob. PremiumPageBlobTier
- com.
- java.
public enum PremiumPageBlobTier
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 throughput per PremiumPageBlobTier.
Fields
P10 |
P10 Tier |
P20 |
P20 Tier |
P30 |
P30 Tier |
P4 |
P4 Tier |
P40 |
P40 Tier |
P50 |
P50 Tier |
P6 |
P6 Tier |
UNKNOWN |
The tier is not recognized by this version of the library. |
Inherited Members
com.microsoft.azure.storage.blob._premium_page_blob_tier_1a320169a44066ccf8a5632ca13d94ea5f
Methods
parse(String premiumBlobTierString)
protected static PremiumPageBlobTier parse(String premiumBlobTierString)
Parses a premium page blob tier from the given string.
Parameters
- premiumBlobTierString
- String
String
which contains the premium page blob tier to parse.
Returns
A
PremiumPageBlobTier
value that represents the premium page blob tier.
Applies to
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 Java