PageDiffRange Class (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
PageDiffRange Class
Represents a range of pages in a page blob.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..Object
Microsoft.WindowsAzure.Storage.Blob.::..PageRange
Microsoft.WindowsAzure.Storage.Blob.::..PageDiffRange
Syntax
Constructors
Name Description 
PageDiffRange(Int64, Int64, Boolean)(Int64, Int64, Boolean)(Int64, Int64, Boolean)(Int64, Int64, Boolean)
Initializes a new instance of the PageDiffRange class.
Properties
Name Description 
EndOffsetEndOffsetEndOffsetEndOffset Gets the ending offset of the page range.(Inherited from PageRange.)

IsClearedPageRangeIsClearedPageRangeIsClearedPageRangeIsClearedPageRange
True if the page range is a cleared range, false otherwise.

StartOffsetStartOffsetStartOffsetStartOffset Gets the starting offset of the page range.(Inherited from PageRange.)
Methods
Name Description 
Equals(Object)(Object^)(Object)(Object) (Inherited from Object.)

GetHashCode()()()() (Inherited from Object.)

GetType()()()() (Inherited from Object.)

ToString()()()() Returns the content of the page range as a string.(Inherited from PageRange.)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top
Represents a range of pages in a page blob.
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Blob.::..PageRange
Microsoft.WindowsAzure.Storage.Blob.::..PageDiffRange
Syntax
Constructors
| Name | Description | |
|---|---|---|
| PageDiffRange(Int64, Int64, Boolean)(Int64, Int64, Boolean)(Int64, Int64, Boolean)(Int64, Int64, Boolean) | Initializes a new instance of the PageDiffRange class. |
Properties
| Name | Description | |
|---|---|---|
| EndOffsetEndOffsetEndOffsetEndOffset | Gets the ending offset of the page range.(Inherited from PageRange.) | |
| IsClearedPageRangeIsClearedPageRangeIsClearedPageRangeIsClearedPageRange | True if the page range is a cleared range, false otherwise. | |
| StartOffsetStartOffsetStartOffsetStartOffset | Gets the starting offset of the page range.(Inherited from PageRange.) |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | Returns the content of the page range as a string.(Inherited from PageRange.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.