azure-storage-blobs: Azure::Storage::Blobs::Models::AccessTier Class Reference
Michael Gray
Published Feb 16, 2026
Extensible enum used to identify access tier of a blob.
#include <blob_rest_client.hpp>
| AccessTier (std::string value) | |
| bool | operator== (const AccessTier &other) const |
| bool | operator!= (const AccessTier &other) const |
| const std::string & | ToString () const |
| static |
Optimized for storing data that is rarely accessed and stored for at least 180 days with flexible latency requirements, on the order of hours.
| static |
Optimized for storing data that is infrequently accessed and stored for at least 30 days.
| static |
Optimized for storing data that is accessed frequently.
| static |
P1 tier for page blob in a premium storage account.
| static |
P10 tier for page blob in a premium storage account.
| static |
P15 tier for page blob in a premium storage account.
| static |
P2 tier for page blob in a premium storage account.
| static |
P20 tier for page blob in a premium storage account.
| static |
P3 tier for page blob in a premium storage account.
| static |
P30 tier for page blob in a premium storage account.
| static |
P4 tier for page blob in a premium storage account.
| static |
P40 tier for page blob in a premium storage account.
| static |
P50 tier for page blob in a premium storage account.
| static |
P6 tier for page blob in a premium storage account.
| static |
P60 tier for page blob in a premium storage account.
| static |
P70 tier for page blob in a premium storage account.
| static |
P80 tier for page blob in a premium storage account.
The documentation for this class was generated from the following files: