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 | |
---|---|---|
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 | 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 | |
---|---|---|
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 or sets 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. |
Top
Protected Properties
Name | Description | |
---|---|---|
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 | |
---|---|---|
Dispose | Overloaded. Returns a result segment containing a collection of blob items in the container. (Inherited from ResponseParsingBase) | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Returns a result segment containing a collection of blob items in the container. (Inherited from ResponseParsingBase) | |
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ParseXml | Parses the XML response. This method is reserved and should not be used. (Inherited from ResponseParsingBase) | |
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