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) Sets the lease ID for accessing source content.BlockBlobStageBlockFromUrlOptions.setSourceAuthorization(com.azure.core.http.HttpAuthorization sourceAuthorization) Sets "Authorization" header for accessing source URL.BlockBlobStageBlockFromUrlOptions.setSourceContentMd5(byte[] sourceContentMd5) Sets the MD5 of the source content.BlockBlobStageBlockFromUrlOptions.setSourceRange(BlobRange sourceRange) Sets the range of bytes to read from the source.BlockBlobStageBlockFromUrlOptions.setSourceRequestConditions(BlobRequestConditions sourceRequestConditions) Sets theBlobRequestConditionsfor accessing source content.BlockBlobStageBlockFromUrlOptions.setSourceShareTokenIntent(FileShareTokenIntent sourceShareTokenIntent) Optional, only applicable (but required) when the source is Azure Storage Files and using token authentication. -
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.