你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobProperties.StandardBlobTier Property

Definition

Gets a value indicating the tier of the block blob.

public Microsoft.Azure.Storage.Blob.StandardBlobTier? StandardBlobTier { get; }
member this.StandardBlobTier : Nullable<Microsoft.Azure.Storage.Blob.StandardBlobTier>
Public ReadOnly Property StandardBlobTier As Nullable(Of StandardBlobTier)

Property Value

A StandardBlobTier object that indicates the block blob tier.

Applies to