| 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.setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)
Note that this parameter is only applicable to a blob within a container that has immutable storage with
versioning enabled.
|
BlockBlobCommitBlockListOptions |
BlockBlobCommitBlockListOptions.setLegalHold(Boolean legalHold)
Note that this parameter is only applicable to a blob within a container that has immutable storage with
versioning enabled.
|
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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.