ListQueuesResponse Properties

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

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.

Protected Properties

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

See Also