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
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
RehydrationStatus
value that represents the rehydration status of the blob.