Table of Contents

Class PageRange

Namespace
Microsoft.WindowsAzure.Storage.Blob
Assembly
Microsoft.WindowsAzure.Storage.dll

Represents a range of pages in a page blob.

public class PageRange
Inheritance
PageRange
Derived
Inherited Members

Constructors

PageRange(long, long)

Initializes a new instance of the PageRange class.

public PageRange(long start, long end)

Parameters

start long

The starting offset.

end long

The ending offset.

Properties

EndOffset

Gets the ending offset of the page range.

public long EndOffset { get; }

Property Value

long

The ending offset.

StartOffset

Gets the starting offset of the page range.

public long StartOffset { get; }

Property Value

long

The starting offset.

Methods

ToString()

Returns the content of the page range as a string.

public override string ToString()

Returns

string

The content of the page range.