C#
C++
F#
VB
CloudBlobClient.::..ListBlobsSegmentedAsync Method (String, BlobContinuationToken)(String^, BlobContinuationToken^)(String, BlobContinuationToken)(String, BlobContinuationToken)
Initiates an asynchronous operation to return a result segment containing a collection of blob items in the container.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task<BlobResultSegment> ListBlobsSegmentedAsync( string prefix, BlobContinuationToken currentToken )
C++
public: [DoesServiceRequestAttribute] virtual Task<BlobResultSegment^>^ ListBlobsSegmentedAsync( String^ prefix, BlobContinuationToken^ currentToken )
[<DoesServiceRequestAttribute>] abstract ListBlobsSegmentedAsync : prefix:string * currentToken:BlobContinuationToken -> Task<BlobResultSegment> [<DoesServiceRequestAttribute>] override ListBlobsSegmentedAsync : prefix:string * currentToken:BlobContinuationToken -> Task<BlobResultSegment>
<DoesServiceRequestAttribute> Public Overridable Function ListBlobsSegmentedAsync ( prefix As String, currentToken As BlobContinuationToken ) As Task(Of BlobResultSegment)
Parameters
- prefix
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the blob name prefix, including the container name.
- currentToken
-
Type:
Microsoft.WindowsAzure.Storage.Blob.BlobContinuationTokenMicrosoft.WindowsAzure.Storage.Blob::BlobContinuationToken^Microsoft.WindowsAzure.Storage.Blob.BlobContinuationTokenMicrosoft.WindowsAzure.Storage.Blob.BlobContinuationToken
A BlobContinuationToken object returned by a previous listing operation.
Return Value
Type: System.Threading.Tasks.Task<BlobResultSegment>System.Threading.Tasks::Task<BlobResultSegment^>^System.Threading.Tasks.Task<BlobResultSegment>System.Threading.Tasks.Task(Of BlobResultSegment)A Task<TResult><TResult><'TResult>(Of TResult) object of type BlobResultSegment that represents the asynchronous operation.
See Also
ListBlobsSegmentedAsync Overload
CloudBlobClient Class
Microsoft.WindowsAzure.Storage.Blob Namespace