PageRange Class (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
PageRange 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 
PageRange(Int64, Int64)(Int64, Int64)(Int64, Int64)(Int64, Int64) Initializes a new instance of the PageRange class.
Properties
Name Description 
EndOffsetEndOffsetEndOffsetEndOffset Gets the ending offset of the page range.

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

Finalize()()()() (Inherited from Object.)

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

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

MemberwiseClone()()()() (Inherited from Object.)

ToString()()()() Returns the content of the page range as a string.(Overrides Object.::..ToString()()()().)
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 | |
|---|---|---|
| PageRange(Int64, Int64)(Int64, Int64)(Int64, Int64)(Int64, Int64) | Initializes a new instance of the PageRange class. |
Properties
| Name | Description | |
|---|---|---|
| EndOffsetEndOffsetEndOffsetEndOffset | Gets the ending offset of the page range. | |
| StartOffsetStartOffsetStartOffsetStartOffset | Gets the starting offset of the page range. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| ToString()()()() | Returns the content of the page range as a string.(Overrides Object.::..ToString()()()().) |
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.