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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java