| 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(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.Maybe<BlockList> |
GeneratedBlockBlobs.getBlockListAsync(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.
|
com.microsoft.rest.v2.ServiceFuture<BlockList> |
GeneratedBlockBlobs.getBlockListAsync(com.microsoft.rest.v2.Context context,
BlockListType listType,
String snapshot,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
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(com.microsoft.rest.v2.Context context,
BlockListType listType,
String snapshot,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
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 |
BlockBlobGetBlockListResponse.body() |
BlockList |
BlockList.withCommittedBlocks(List<Block> committedBlocks)
Set the committedBlocks value.
|
BlockList |
BlockList.withUncommittedBlocks(List<Block> uncommittedBlocks)
Set the uncommittedBlocks value.
|
| Constructor and Description |
|---|
BlockBlobGetBlockListResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
BlockBlobGetBlockListHeaders headers,
Map<String,String> rawHeaders,
BlockList body)
Creates an instance of BlockBlobGetBlockListResponse.
|
This documentation was released into the public domain.