BlobProperties.AccessTier Property
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 page blob on a premium storage account or tier of block blob on blob storage LRS accounts. For a list of allowed premium page blob tiers, see https://docs.microsoft.com/azure/virtual-machines/windows/premium-storage#features. For general purpose v2 and blob storage account types, the valid values are:
- Hot
- Cool
- Archive
public string AccessTier { get; }
member this.AccessTier : string
Public ReadOnly Property AccessTier As String
Property Value
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET