Uses of Class
com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
Packages that use BlockBlobStageBlockFromUrlOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlockBlobStageBlockFromUrlOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlockBlobStageBlockFromUrlOptionsModifier and TypeMethodDescriptionBlockBlobStageBlockFromUrlOptions.setLeaseId
(String leaseId) BlockBlobStageBlockFromUrlOptions.setSourceAuthorization
(com.azure.core.http.HttpAuthorization sourceAuthorization) Sets "Authorization" header for accessing source URL.BlockBlobStageBlockFromUrlOptions.setSourceContentMd5
(byte[] sourceContentMd5) BlockBlobStageBlockFromUrlOptions.setSourceRange
(BlobRange sourceRange) BlockBlobStageBlockFromUrlOptions.setSourceRequestConditions
(BlobRequestConditions sourceRequestConditions) -
Uses of BlockBlobStageBlockFromUrlOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlockBlobStageBlockFromUrlOptionsModifier and TypeMethodDescriptionBlockBlobAsyncClient.stageBlockFromUrlWithResponse
(BlockBlobStageBlockFromUrlOptions options) Creates a new block to be committed as part of a blob where the contents are read from a URL.com.azure.core.http.rest.Response<Void>
BlockBlobClient.stageBlockFromUrlWithResponse
(BlockBlobStageBlockFromUrlOptions options, Duration timeout, com.azure.core.util.Context context) Creates a new block to be committed as part of a blob where the contents are read from a URL.