PageRange Members

Windows Runtime Azure Storage Client Library

Represents a range of pages in a page blob.

The following tables list the members exposed by the PageRange type.

Public Constructors

  Name Description
PageRange Initializes a new instance of the PageRange class.
Top

Public Properties

  Name Description
public property EndOffset Gets the ending offset of the page range.
public property StartOffset Gets the starting offset of the page range.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString Overridden. Returns the content of the page range as a string.
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also