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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java