Returns an enumerable collection of the committed blocks comprising the blob.
Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As CloudBlockBlob
Dim returnValue As IAsyncOperation(Of IEnumerable(Of ListBlockItem))
returnValue = instance.DownloadBlockListAsync |
Syntax
Visual Basic |
---|
Public Function DownloadBlockListAsync As IAsyncOperation(Of IEnumerable(Of ListBlockItem)) |
C# |
---|
public IAsyncOperation<IEnumerable<ListBlockItem>> DownloadBlockListAsync () |
C++ |
---|
public:
IAsyncOperation<IEnumerable<ListBlockItem^>^>^ DownloadBlockListAsync () |
J# |
---|
public IAsyncOperation<IEnumerable<ListBlockItem>> DownloadBlockListAsync () |
JScript |
---|
public function DownloadBlockListAsync () : IAsyncOperation<IEnumerable<ListBlockItem>> |
Return Value
An enumerable collection of objects implementing
ListBlockItem.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also