StandardBlobTier Enum
- java.
lang. Object - java.
lang. Enum<StandardBlobTier> - com.
microsoft. azure. storage. blob. StandardBlobTier
- com.
- java.
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java