RehydrationStatus Enum
- java.
lang. Object - java.
lang. Enum<RehydrationStatus> - com.
microsoft. azure. storage. blob. RehydrationStatus
- com.
- java.
public enum RehydrationStatus
The rehydration status for the blob that is currently archived. Only applicable for block blobs on standard storage accounts for this version.
Fields
PENDING_TO_HOT |
The blob is being rehydrated to hot storage. |
UNKNOWN |
The rehydration status is not recognized by this version of the library. |
Inherited Members
com.microsoft.azure.storage.blob._rehydration_status_1aac83e8364cc4be735aa9d78d8bfe77cf
Methods
parse(final String rehydrationStatusString)
protected static RehydrationStatus parse(final String rehydrationStatusString)
Parses a rehydration status from the given string.
Parameters
- rehydrationStatusString
- final String
String
which represents the rehydration status to string.
Returns
A
RehydrationStatus
value that represents the rehydration status of the blob.
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