Class PageDiffRange
- Namespace
- Microsoft.WindowsAzure.Storage.Blob
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Represents a range of pages in a page blob.
public sealed class PageDiffRange : PageRange
- Inheritance
-
PageDiffRange
- Inherited Members
Constructors
PageDiffRange(long, long, bool)
Initializes a new instance of the PageDiffRange class.
public PageDiffRange(long start, long end, bool isCleared)
Parameters
start
longThe starting offset.
end
longThe ending offset.
isCleared
boolTrue if the page range is a cleared range, false otherwise.
Properties
IsClearedPageRange
True if the page range is a cleared range, false otherwise.
public bool IsClearedPageRange { get; }