Package version:

Interface PageList

List of page ranges for a blob.

interface PageList {
    clearRange?: {};
    pageRange?: {};
}

Hierarchy (view full)

Properties

clearRange?: {}

Present if the prevSnapshot parameter was specified and there were cleared pages between the previous snapshot and the target snapshot.

pageRange?: {}

Valid non-overlapping page ranges.