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 @@ -7219,6 +7219,9 @@
{
"$ref": "#/parameters/PrevSnapshot"
},
{
"$ref": "#/parameters/PrevSnapshotUrl"
},
{
"$ref": "#/parameters/Range"
},
Expand Down Expand Up @@ -9974,6 +9977,16 @@
"x-ms-parameter-location": "method",
"description": "Optional in version 2015-07-08 and newer. The prevsnapshot parameter is a DateTime value that specifies that the response will contain only pages that were changed between target blob and previous snapshot. Changed pages include both updated and cleared pages. The target blob may be a snapshot, as long as the snapshot specified by prevsnapshot is the older of the two. Note that incremental snapshots are currently supported only for blobs created on or after January 1, 2016."
},
"PrevSnapshotUrl": {
"name": "x-ms-previous-snapshot-url",
"x-ms-client-name": "prevSnapshotUrl",
"in": "header",
"required": false,
"type": "string",
"format": "url",
"x-ms-parameter-location": "method",
"description": "Optional. This header is only supported in service versions 2019-04-19 and after and specifies the URL of a previous snapshot of the target blob. The response will only contain pages that were changed between the target blob and its previous snapshot."
},
"ProposedLeaseIdOptional": {
"name": "x-ms-proposed-lease-id",
"x-ms-client-name": "proposedLeaseId",
Expand Down