Enum RehydrationStatus
- Namespace
- Microsoft.WindowsAzure.Storage.Blob
- Assembly
- Microsoft.WindowsAzure.Storage.dll
The rehydration status for a blob that is currently archived.
public enum 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.