Azure.Storage.Blobs.Models.ArchiveStatus
The ArchiveStatus.
namespace Azure.Storage.Blobs.Models
{
public enum ArchiveStatus
{
RehydratePendingToHot,
RehydratePendingToCool,
RehydratePendingToCold,
RehydratePendingToSmart
}
}