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) 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.setLegalHold
(Boolean legalHold) Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.BlockBlobCommitBlockListOptions.setMetadata
(Map<String, String> metadata) BlockBlobCommitBlockListOptions.setRequestConditions
(BlobRequestConditions requestConditions) BlockBlobCommitBlockListOptions.setTier
(AccessTier tier) -
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.