C#
C++
F#
VB
PageDiffRange 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 | |
---|---|---|
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.