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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java