Skip to content

Commit 3337ac2

Browse files
authored
Update archive-rehydrate-overview.md
1 parent fb8d5fe commit 3337ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/archive-rehydrate-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To learn how to rehydrate an archived blob to an online tier, see [Rehydrate an
2828

2929
When you rehydrate a blob, you can set the priority for the rehydration operation via the optional *x-ms-rehydrate-priority* header on a [Set Blob Tier](/rest/api/storageservices/set-blob-tier) or [Copy Blob](/rest/api/storageservices/copy-blob) operation. Rehydration priority options include:
3030

31-
- **Standard priority**: The rehydration request will be processed in the order it was received and may take up to 15 hours.
31+
- **Standard priority**: The rehydration request will be processed in the order it was received and may take up to 15 hours for objects under 10 GB in size.
3232
- **High priority**: The rehydration request will be prioritized over standard priority requests and may complete in less than one hour for objects under 10 GB in size.
3333

3434
To check the rehydration priority while the rehydration operation is underway, call [Get Blob Properties](/rest/api/storageservices/get-blob-properties) to return the value of the `x-ms-rehydrate-priority` header. The rehydration priority property returns either *Standard* or *High*.

0 commit comments

Comments
 (0)