| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BlockBlobStageBlockFromUrlOptions |
BlockBlobStageBlockFromUrlOptions.setLeaseId(String leaseId) |
BlockBlobStageBlockFromUrlOptions |
BlockBlobStageBlockFromUrlOptions.setSourceAuthorization(com.azure.core.http.HttpAuthorization sourceAuthorization)
Sets "Authorization" header for accessing source URL.
|
BlockBlobStageBlockFromUrlOptions |
BlockBlobStageBlockFromUrlOptions.setSourceContentMd5(byte[] sourceContentMd5) |
BlockBlobStageBlockFromUrlOptions |
BlockBlobStageBlockFromUrlOptions.setSourceRange(BlobRange sourceRange) |
BlockBlobStageBlockFromUrlOptions |
BlockBlobStageBlockFromUrlOptions.setSourceRequestConditions(BlobRequestConditions sourceRequestConditions) |
| Modifier and Type | Method and 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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.