RehydrationStatus Enum

Definition

The rehydration status for a blob that is currently archived.

public enum RehydrationStatus
type RehydrationStatus = 
Public Enum RehydrationStatus
Inheritance
RehydrationStatus

Fields

PendingToCool 2

The blob is being rehydrated to cool storage.

PendingToHot 1

The blob is being rehydrated to hot storage.

Unknown 0

The rehydration status is unknown.

Remarks

Only applicable to block blobs for this version.

Applies to