CloudBlobClient.ListBlobsWithPrefixSegmented 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 a result segment containing a collection of blob items whose names begin with the specified prefix.

Overload List

NameDescription
CloudBlobClient.ListBlobsWithPrefixSegmented (String)Returns a result segment containing a collection of blob items whose names begin with the specified prefix.
CloudBlobClient.ListBlobsWithPrefixSegmented (String, BlobRequestOptions)Returns a result segment containing a collection of blob items whose names begin with the specified prefix, using a conditional request based on the BlobRequestOptions that you specify.
CloudBlobClient.ListBlobsWithPrefixSegmented (String, Int32, ResultContinuation)Returns a result segment containing a collection of blob items whose names begin with the specified prefix. Use this overload when you want to control the maximum number of results returned at a time, and when you want to use a continuation token to determine whether there are more results to return from the service after the current page completes.
CloudBlobClient.ListBlobsWithPrefixSegmented (String, Int32, ResultContinuation, BlobRequestOptions)Returns a result segment containing a collection of blob items whose names begin with the specified prefix, using a conditional request based on the BlobRequestOptions that you specify. Use this overload when you want to control the maximum number of results returned at a time, and when you want to use a continuation token to determine whether there are more results to return from the service after the current page completes.

See Also