CloudBlobDirectory.ListBlobs Method

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

Overload List

NameDescription
CloudBlobDirectory.ListBlobs ()Returns an enumerable collection of items in this blob directory in a hierarchical listing.
CloudBlobDirectory.ListBlobs (BlobRequestOptions)Returns an enumerable collection of blob items in this blob directory that is lazily retrieved, either as a flat listing or by blob subdirectory, using a conditional request based on the BlobRequestOptions that you specify.

See Also