### YamlMime:JavaEnum fields: - fullName: com.microsoft.azure.storage.blob.StandardBlobTier.COOL name: COOL nameWithType: StandardBlobTier.COOL summary:

The tier is cool storage.

uid: com.microsoft.azure.storage.blob.StandardBlobTier.COOL - fullName: com.microsoft.azure.storage.blob.StandardBlobTier.HOT name: HOT nameWithType: StandardBlobTier.HOT summary:

The tier is hot storage.

uid: com.microsoft.azure.storage.blob.StandardBlobTier.HOT - fullName: com.microsoft.azure.storage.blob.StandardBlobTier.UNKNOWN name: UNKNOWN nameWithType: StandardBlobTier.UNKNOWN summary:

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

uid: com.microsoft.azure.storage.blob.StandardBlobTier.UNKNOWN inheritances: - - inheritedMembers: - com.microsoft.azure.storage.blob._standard_blob_tier_1a0683e4b14751e0de99235f803a00ea6f methods: - fullName: com.microsoft.azure.storage.blob.StandardBlobTier.parse(final String standardBlobTierString) name: parse(final String standardBlobTierString) nameWithType: StandardBlobTier.parse(final String standardBlobTierString) parameters: - description:

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

name: standardBlobTierString type: returns: description:

A StandardBlobTier value that represents the standard blob tier.

type: summary: >-

Parses a standard blob tier from the given string.

syntax: protected static StandardBlobTier parse(final String standardBlobTierString) uid: com.microsoft.azure.storage.blob.StandardBlobTier.parse(final String) nameWithType: StandardBlobTier syntax: public enum StandardBlobTier uid: com.microsoft.azure.storage.blob.StandardBlobTier fullName: com.microsoft.azure.storage.blob.StandardBlobTier name: StandardBlobTier package: com.microsoft.azure.storage.blob summary:

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

metadata: {}