RehydrationStatus 列挙型

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

public enum RehydrationStatus

現在アーカイブされている BLOB のリハイドレートの状態。 このバージョンの Standard ストレージ アカウントのブロック BLOB にのみ適用されます。

フィールド

PENDING_TO_HOT

BLOB はホット ストレージにリハイドレートされています。

UNKNOWN

リハイドレートの状態は、このバージョンのライブラリでは認識されません。

継承メンバー

com.microsoft.azure.storage.blob._rehydration_status_1aac83e8364cc4be735aa9d78d8bfe77cf

メソッド

parse(final String rehydrationStatusString)

protected static RehydrationStatus parse(final String rehydrationStatusString)

指定された文字列からリハイドレートの状態を解析します。

パラメーター

rehydrationStatusString
final String
String文字列へのリハイドレートの状態を表す 。

戻り値

BLOB の RehydrationStatus リハイドレート状態を表す 値。

適用対象