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