Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

 
public sealed class PageDiffRange : PageRange
 
public ref class PageDiffRange sealed : PageRange
 
[<Sealed>]
type PageDiffRange = 
    class
        inherit PageRange
    end
 
Public NotInheritable Class PageDiffRange
	Inherits PageRange

Constructors

Properties

NameDescription
System_CAPS_pubpropertyEndOffsetEndOffsetEndOffsetEndOffset

Gets the ending offset of the page range.(Inherited from PageRange.)

System_CAPS_pubpropertyIsClearedPageRangeIsClearedPageRangeIsClearedPageRangeIsClearedPageRange

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

System_CAPS_pubpropertyStartOffsetStartOffsetStartOffsetStartOffset

Gets the starting offset of the page range.(Inherited from PageRange.)

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

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