StandardBlobTier Enum

  • java.lang.Object
    • java.lang.Enum<StandardBlobTier>
      • com.microsoft.azure.storage.blob.StandardBlobTier

public enum StandardBlobTier

The tier of the block blob on a standard storage account.

Fields

COOL

The tier is cool storage.

HOT

The tier is hot storage.

UNKNOWN

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

Inherited Members

com.microsoft.azure.storage.blob._standard_blob_tier_1a0683e4b14751e0de99235f803a00ea6f

Methods

parse(final String standardBlobTierString)

protected static StandardBlobTier parse(final String standardBlobTierString)

Parses a standard blob tier from the given string.

Parameters

standardBlobTierString
final String
A String which represents the tier of the blob tier on a standard storage account.

Returns

A StandardBlobTier value that represents the standard blob tier.

Applies to