Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3184,6 +3184,12 @@
"x-ms-client-name": "IsSealed",
"type": "boolean",
"description": "If this blob has been sealed"
},
"x-ms-last-access-time": {
"x-ms-client-name": "LastAccessed",
"type": "string",
"format": "date-time-rfc1123",
"description": "UTC date/time value generated by the service that indicates the time at which the blob was last read or written to"
}
},
"schema": {
Expand Down Expand Up @@ -3423,6 +3429,12 @@
"x-ms-client-name": "IsSealed",
"type": "boolean",
"description": "If this blob has been sealed"
},
"x-ms-last-access-time": {
"x-ms-client-name": "LastAccessed",
"type": "string",
"format": "date-time-rfc1123",
"description": "UTC date/time value generated by the service that indicates the time at which the blob was last read or written to"
}
},
"schema": {
Expand Down Expand Up @@ -3769,6 +3781,12 @@
"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"
},
"x-ms-last-access-time": {
"x-ms-client-name": "LastAccessed",
"type": "string",
"format": "date-time-rfc1123",
"description": "UTC date/time value generated by the service that indicates the time at which the blob was last read or written to"
}
}
},
Expand Down Expand Up @@ -9672,6 +9690,11 @@
},
"RehydratePriority": {
"$ref": "#/definitions/RehydratePriority"
},
"LastAccessTime": {
"x-ms-client-name": "LastAccessedOn",
"type": "string",
"format": "date-time-rfc1123"
}
}
},
Expand Down