PageRange Members

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Represents a range of pages in a page blob.

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

Public Constructors

 NameDescription
PageRange 
Top

Public Properties

 NameDescription
public propertyEndOffsetGets the ending offset of the page range.
public propertyStartOffsetGets the starting offset of the page range.
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodToStringOverridden. Returns the content of the page range as a string.
Top

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

See Also