| Package | Description |
|---|---|
| com.azure.storage.blob.options |
Package containing options model classes used by Azure Storage Blobs.
|
| com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
| Modifier and Type | Method and Description |
|---|---|
BlockBlobCommitBlockListOptions |
BlockBlobCommitBlockListOptions.setHeaders(BlobHttpHeaders headers) |
BlockBlobCommitBlockListOptions |
BlockBlobCommitBlockListOptions.setMetadata(Map<String,String> metadata) |
BlockBlobCommitBlockListOptions |
BlockBlobCommitBlockListOptions.setRequestConditions(BlobRequestConditions requestConditions) |
BlockBlobCommitBlockListOptions |
BlockBlobCommitBlockListOptions.setTags(Map<String,String> tags) |
BlockBlobCommitBlockListOptions |
BlockBlobCommitBlockListOptions.setTier(AccessTier tier) |
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.rest.Response<BlockBlobItem>> |
BlockBlobAsyncClient.commitBlockListWithResponse(BlockBlobCommitBlockListOptions options)
Writes a blob by specifying the list of block IDs that are to make up the blob.
|
com.azure.core.http.rest.Response<BlockBlobItem> |
BlockBlobClient.commitBlockListWithResponse(BlockBlobCommitBlockListOptions options,
Duration timeout,
com.azure.core.util.Context context)
Writes a blob by specifying the list of block IDs that are to make up the blob.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.