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

Returns an enumerable collection of blob items whose names begin with the specified prefix.

Overload List

NameDescription
CloudBlobClient.ListBlobsWithPrefix (String)Returns an enumerable collection of blob items whose names begin with the specified prefix and that are retrieved lazily.
CloudBlobClient.ListBlobsWithPrefix (String, BlobRequestOptions)Returns an enumerable collection of blob items whose names begin with the specified prefix, that are retrieved lazily, using a conditional request based on the BlobRequestOptions that you specify.

See Also