RehydrationStatus Enum

  • java.lang.Object
    • java.lang.Enum<RehydrationStatus>
      • com.microsoft.azure.storage.blob.RehydrationStatus

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
A String which represents the rehydration status to string.

Returns

A RehydrationStatus value that represents the rehydration status of the blob.

Applies to