ListContainersResponse Members

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

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

Public Constructors

  Name Description
  ListContainersResponse Initializes a new instance of the ListContainersResponse 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 Containers Gets an enumerable collection of BlobContainerEntry objects from the response.
public property ListingContext Gets the listing context from the XML response.
public property Marker Gets the Marker value provided for the listing operation from the XML response.
public property MaxResults Gets the MaxResults value provided for the listing operation from the XML response.
public property NextMarker Gets or sets the NextMarker value from the XML response, if the listing was not complete.
public property Prefix Gets the Prefix value provided for the listing operation from the XML 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

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