[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.]
Top
Top
Top
Top
Top
Provides methods for parsing the response from a container listing operation.
The following tables list the members exposed by the ListContainersResponse type.
Protected Fields
Name | Description | |
---|---|---|
allObjectsParsed | Indicates that all parsable objects have been consumed. This field is reserved and should not be used. (Inherited from ResponseParsingBase) | |
outstandingObjectsToParse | Stores any objects that have not yet been parsed. This field is reserved and should not be used. (Inherited from ResponseParsingBase) | |
reader | (Inherited from ResponseParsingBase) |
Public Properties (see also Protected Properties)
Name | Description | |
---|---|---|
Containers | Gets an enumerable collection of BlobContainerEntry objects from the response. | |
ListingContext | Gets the listing context from the XML response. | |
Marker | Gets the Marker value provided for the listing operation from the XML response. | |
MaxResults | Gets the MaxResults value provided for the listing operation from the XML response. | |
NextMarker | Gets the NextMarker value from the XML response, if the listing was not complete. | |
Prefix | Gets the Prefix value provided for the listing operation from the XML response. |
Protected Properties
Name | Description | |
---|---|---|
ObjectsToParse | Gets the parsable objects. This method is reserved and should not be used. (Inherited from ResponseParsingBase) |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Dispose | Overloaded. (Inherited from ResponseParsingBase) | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. (Inherited from ResponseParsingBase) | |
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ParseXml | Overridden. Parses the response XML for a container listing operation. | |
Variable | This method is reserved and should not be used. (Inherited from ResponseParsingBase) |