GetPageRangesResponse Members

Provides methods for parsing the response from an operation to get a range of pages for a page blob.

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

Public Constructors

  Name Description
  GetPageRangesResponse Initializes a new instance of the GetPageRangesResponse class.

Top

Protected Fields

  Name Description
protected field allObjectsParsed  Indicates that all parsable objects have been consumed. This field is reserved and should not be used. (Inherited from ResponseParsingBase)
protected field outstandingObjectsToParse  Stores any objects that have not yet been parsed. This field is reserved and should not be used. (Inherited from ResponseParsingBase)
protected field reader  The reader used for parsing. This field is reserved and should not be used. (Inherited from ResponseParsingBase)

Top

Public Properties

(see also Protected Properties)

  Name Description
public property PageRanges Gets an enumerable collection of PageRange objects from the response.

Top

Protected Properties

  Name Description
protected property ObjectsToParse  Gets the parsable objects. This method is reserved and should not be used. (Inherited from ResponseParsingBase)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Dispose  Overloaded. Returns a result segment containing a collection of blob items in the container. (Inherited from ResponseParsingBase)
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Dispose  Overloaded. Returns a result segment containing a collection of blob items in the container. (Inherited from ResponseParsingBase)
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
protected method ParseXml  Parses the XML response. This method is reserved and should not be used. (Inherited from ResponseParsingBase)
protected method Variable  This method is reserved and should not be used. (Inherited from ResponseParsingBase)

Top

See Also

Reference

GetPageRangesResponse Class
Microsoft.WindowsAzure.Storage.Blob.Protocol Namespace