C#
C++
F#
VB
PageRange Class
Represents a range of pages in a page blob.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
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.