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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java