| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
BlockList |
GeneratedBlockBlobs.getBlockList(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.Maybe<BlockList> |
GeneratedBlockBlobs.getBlockListAsync(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.
|
com.microsoft.rest.v2.ServiceFuture<BlockList> |
GeneratedBlockBlobs.getBlockListAsync(BlockListType listType,
String snapshot,
Integer timeout,
String leaseId,
String requestId,
com.microsoft.rest.v2.ServiceCallback<BlockList> serviceCallback)
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 |
|---|---|
com.microsoft.rest.v2.ServiceFuture<BlockList> |
GeneratedBlockBlobs.getBlockListAsync(BlockListType listType,
String snapshot,
Integer timeout,
String leaseId,
String requestId,
com.microsoft.rest.v2.ServiceCallback<BlockList> serviceCallback)
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 |
|---|---|
BlockList |
BlockBlobsGetBlockListResponse.body() |
BlockList |
BlockList.withCommittedBlocks(List<Block> committedBlocks)
Set the committedBlocks value.
|
BlockList |
BlockList.withUncommittedBlocks(List<Block> uncommittedBlocks)
Set the uncommittedBlocks value.
|
| Constructor and Description |
|---|
BlockBlobsGetBlockListResponse(int statusCode,
BlockBlobsGetBlockListHeaders headers,
Map<String,String> rawHeaders,
BlockList body)
Creates an instance of BlockBlobsGetBlockListResponse.
|
Copyright © 2018. All rights reserved.