PremiumPageBlobTier Enum

  • java.lang.Object
    • java.lang.Enum<PremiumPageBlobTier>
      • com.microsoft.azure.storage.blob.PremiumPageBlobTier

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
A String which contains the premium page blob tier to parse.

Returns

A PremiumPageBlobTier value that represents the premium page blob tier.

Applies to