ListBlobsResponse 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 propertyBlobsGets an enumerable collection of objects that implement IListBlobEntry from the response.
public propertyDelimiterGets the Delimiter value provided for the listing operation from the XML response.
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.

Protected Properties

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

See Also