| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<BlockBlobGetBlockListResponse> |
GeneratedBlockBlobs.getBlockListWithRestResponseAsync(com.microsoft.rest.v2.Context context,
BlockListType listType,
String snapshot,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions)
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<BlockBlobGetBlockListResponse> |
BlockBlobURL.getBlockList(BlockListType listType)
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
|
io.reactivex.Single<BlockBlobGetBlockListResponse> |
BlockBlobURL.getBlockList(BlockListType listType,
LeaseAccessConditions leaseAccessConditions,
com.microsoft.rest.v2.Context context)
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
|
This documentation was released into the public domain.