ListQueuesResponse 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.]

Provides methods for parsing the response from a queue listing operation.

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

Protected Fields

 NameDescription
protected fieldallObjectsParsed  Indicates that all parsable objects have been consumed. This field is reserved and should not be used. (Inherited from ResponseParsingBase)
protected fieldoutstandingObjectsToParse  Stores any objects that have not yet been parsed. This field is reserved and should not be used. (Inherited from ResponseParsingBase)
protected fieldreader  (Inherited from ResponseParsingBase)
Top

Public Properties (see also Protected Properties)

 NameDescription
public propertyListingContextGets the listing context from the XML response.
public propertyMarkerGets the Marker value provided for the listing operation from the XML response.
public propertyMaxResultsGets the MaxResults value provided for the listing operation from the XML response.
public propertyNextMarkerGets the NextMarker value from the XML response, if the listing was not complete.
public propertyPrefixGets the Prefix value provided for the listing operation from the XML response.
public propertyQueuesGets an enumerable collection of QueueEntry objects from the response.
Top

Protected Properties

 NameDescription
protected propertyObjectsToParse  Gets the parsable objects. This method is reserved and should not be used. (Inherited from ResponseParsingBase)
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodDispose  Overloaded. (Inherited from ResponseParsingBase)
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodDispose  Overloaded. (Inherited from ResponseParsingBase)
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
protected methodParseXmlOverridden. Parses the response XML for a queue listing operation.
protected methodVariable  This method is reserved and should not be used. (Inherited from ResponseParsingBase)
Top

See Also