Uses of Class
com.azure.storage.blob.options.BlockBlobStageBlockOptions
Packages that use BlockBlobStageBlockOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlockBlobStageBlockOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlockBlobStageBlockOptionsModifier and TypeMethodDescriptionBlockBlobStageBlockOptions.setContentMd5(byte[] contentMd5) BlockBlobStageBlockOptions.setLeaseId(String leaseId) -
Uses of BlockBlobStageBlockOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlockBlobStageBlockOptionsModifier and TypeMethodDescriptionBlockBlobAsyncClient.stageBlockWithResponse(BlockBlobStageBlockOptions options) Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.com.azure.core.http.rest.Response<Void> BlockBlobClient.stageBlockWithResponse(BlockBlobStageBlockOptions options, Duration timeout, com.azure.core.util.Context context) Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.