RehydratePriority
If an object is in rehydrate pending state then this header is returned with priority of rehydrate. Valid values are High and Standard. 
                namespace Azure.Storage.Blobs.Models
{
    public enum RehydratePriority
    {
        High,
        Standard
    }
}