Table of Contents

Enum PremiumPageBlobTier

Namespace
Microsoft.WindowsAzure.Storage.Blob
Assembly
Microsoft.WindowsAzure.Storage.dll

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

Fields

P10 = 3

P10 Tier

P20 = 4

P20 Tier

P30 = 5

P30 Tier

P4 = 1

P4 Tier

P40 = 6

P40 Tier

P50 = 7

P50 Tier

P6 = 2

P6 Tier

P60 = 8

P60 Tier

Unknown = 0

The tier is not recognized by this version of the library.