| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<BlockBlobsGetBlockListResponse> |
GeneratedBlockBlobs.getBlockListWithRestResponseAsync(BlockListType listType,
String snapshot,
Integer timeout,
String leaseId,
String requestId)
The Get Block List operation retrieves the list of blocks that have been uploaded as part of a block blob.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<BlockBlobsGetBlockListResponse> |
BlockBlobURL.getBlockList(BlockListType listType,
LeaseAccessConditions leaseAccessConditions)
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
|
Copyright © 2018. All rights reserved.