Uses of Class
com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
Packages that use BlockBlobCommitBlockListOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlockBlobCommitBlockListOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlockBlobCommitBlockListOptionsModifier and TypeMethodDescriptionBlockBlobCommitBlockListOptions.setHeaders
(BlobHttpHeaders headers) Sets theBlobHttpHeaders
.BlockBlobCommitBlockListOptions.setImmutabilityPolicy
(BlobImmutabilityPolicy immutabilityPolicy) Sets theBlobImmutabilityPolicy
.BlockBlobCommitBlockListOptions.setLegalHold
(Boolean legalHold) Sets if a legal hold should be placed on the blob.BlockBlobCommitBlockListOptions.setMetadata
(Map<String, String> metadata) Sets the metadata to associate with the blob.BlockBlobCommitBlockListOptions.setRequestConditions
(BlobRequestConditions requestConditions) Sets theBlobRequestConditions
.Sets the tags to associate with the blob.BlockBlobCommitBlockListOptions.setTier
(AccessTier tier) Sets theAccessTier
. -
Uses of BlockBlobCommitBlockListOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlockBlobCommitBlockListOptionsModifier and TypeMethodDescriptionMono
<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.