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