You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3500,6 +3500,16 @@
3500
3500
"type": "string",
3501
3501
"format": "date-time-rfc1123",
3502
3502
"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."
0 commit comments