Uses of Class
com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Packages that use BlockBlobCommitBlockListOptions 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. -
-
Uses of BlockBlobCommitBlockListOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlockBlobCommitBlockListOptions Modifier and Type Method Description BlockBlobCommitBlockListOptionsBlockBlobCommitBlockListOptions. setHeaders(BlobHttpHeaders headers)BlockBlobCommitBlockListOptionsBlockBlobCommitBlockListOptions. setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.BlockBlobCommitBlockListOptionsBlockBlobCommitBlockListOptions. setLegalHold(Boolean legalHold)Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.BlockBlobCommitBlockListOptionsBlockBlobCommitBlockListOptions. setMetadata(Map<String,String> metadata)BlockBlobCommitBlockListOptionsBlockBlobCommitBlockListOptions. setRequestConditions(BlobRequestConditions requestConditions)BlockBlobCommitBlockListOptionsBlockBlobCommitBlockListOptions. setTags(Map<String,String> tags)BlockBlobCommitBlockListOptionsBlockBlobCommitBlockListOptions. setTier(AccessTier tier) -
Uses of BlockBlobCommitBlockListOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlockBlobCommitBlockListOptions Modifier and Type Method 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.
-