Uses of Class
com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
-
Packages that use BlockBlobStageBlockFromUrlOptions 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 BlockBlobStageBlockFromUrlOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlockBlobStageBlockFromUrlOptions Modifier and Type Method Description BlockBlobStageBlockFromUrlOptionsBlockBlobStageBlockFromUrlOptions. setLeaseId(String leaseId)BlockBlobStageBlockFromUrlOptionsBlockBlobStageBlockFromUrlOptions. setSourceAuthorization(com.azure.core.http.HttpAuthorization sourceAuthorization)Sets "Authorization" header for accessing source URL.BlockBlobStageBlockFromUrlOptionsBlockBlobStageBlockFromUrlOptions. setSourceContentMd5(byte[] sourceContentMd5)BlockBlobStageBlockFromUrlOptionsBlockBlobStageBlockFromUrlOptions. setSourceRange(BlobRange sourceRange)BlockBlobStageBlockFromUrlOptionsBlockBlobStageBlockFromUrlOptions. setSourceRequestConditions(BlobRequestConditions sourceRequestConditions) -
Uses of BlockBlobStageBlockFromUrlOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlockBlobStageBlockFromUrlOptions Modifier and Type Method Description Mono<com.azure.core.http.rest.Response<Void>>BlockBlobAsyncClient. 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.
-