Table of Contents

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 long

The starting offset.

end long

The ending offset.

isCleared bool

True 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; }

Property Value

bool