From 76487ad92352e33bb588c8471342e09d2e693051 Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Wed, 24 Jun 2020 12:25:45 -0500 Subject: [PATCH] Added RehydratePriority response header to GetBlobProperties and ListBlobs --- .../preview/2019-12-12/blob.json | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json index 85b61ed13445..7be6b33bc73b 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json @@ -3760,6 +3760,11 @@ "x-ms-client-name": "IsSealed", "type": "boolean", "description": "If this blob has been sealed" + }, + "x-ms-rehydrate-priority": { + "x-ms-client-name": "RehydratePriority", + "description": "If an object is in rehydrate pending state then this header is returned with priority of rehydrate. Valid values are High and Standard.", + "type": "string" } } }, @@ -9642,6 +9647,9 @@ }, "IsSealed": { "type": "boolean" + }, + "RehydratePriority": { + "$ref": "#/definitions/RehydratePriority" } } }, @@ -10576,6 +10584,21 @@ "name": "Type" } }, + "RehydratePriority": { + "description": "If an object is in rehydrate pending state then this header is returned with priority of rehydrate. Valid values are High and Standard.", + "type": "string", + "enum": [ + "High", + "Standard" + ], + "x-ms-enum": { + "name": "RehydratePriority", + "modelAsString": false + }, + "xml": { + "name": "RehydratePriority" + } + }, "RetentionPolicy": { "description": "the retention policy which determines how long the associated data should persist", "type": "object",