Skip to content

Commit d42b260

Browse files
authored
[Storage] add version headers for get blob properties (#8775)
* [Storage] add version headers for get blob properties * dot
1 parent c8af602 commit d42b260

File tree

1 file changed

+10
-0
lines changed
  • specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12

1 file changed

+10
-0
lines changed

specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3500,6 +3500,16 @@
35003500
"type": "string",
35013501
"format": "date-time-rfc1123",
35023502
"description": "The time the tier was changed on the object. This is only returned if the tier on the block blob was ever set."
3503+
},
3504+
"x-ms-version-id": {
3505+
"x-ms-client-name": "VersionId",
3506+
"type": "string",
3507+
"description": "A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob."
3508+
},
3509+
"x-ms-is-current-version": {
3510+
"x-ms-client-name": "IsCurrentVersion",
3511+
"type": "boolean",
3512+
"description": "The value of this header indicates whether version of this blob is a current version, see also x-ms-version-id header."
35033513
}
35043514
}
35053515
},

0 commit comments

Comments
 (0)