Uses of Class
com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
Packages that use AppendBlobAppendBlockFromUrlOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of AppendBlobAppendBlockFromUrlOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return AppendBlobAppendBlockFromUrlOptionsModifier and TypeMethodDescriptionAppendBlobAppendBlockFromUrlOptions.setDestinationRequestConditions
(AppendBlobRequestConditions destinationRequestConditions) Sets theAppendBlobRequestConditions
for writing to destination.AppendBlobAppendBlockFromUrlOptions.setSourceAuthorization
(com.azure.core.http.HttpAuthorization sourceAuthorization) Sets "Authorization" header for accessing source URL.AppendBlobAppendBlockFromUrlOptions.setSourceContentMd5
(byte[] sourceContentMd5) Sets the MD5 of the source content to be appended.AppendBlobAppendBlockFromUrlOptions.setSourceRange
(BlobRange sourceRange) Sets the range of bytes to read from the source.AppendBlobAppendBlockFromUrlOptions.setSourceRequestConditions
(BlobRequestConditions sourceRequestConditions) Sets theBlobRequestConditions
for accessing source. -
Uses of AppendBlobAppendBlockFromUrlOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type AppendBlobAppendBlockFromUrlOptionsModifier and TypeMethodDescriptionMono
<com.azure.core.http.rest.Response<AppendBlobItem>> AppendBlobAsyncClient.appendBlockFromUrlWithResponse
(AppendBlobAppendBlockFromUrlOptions options) Commits a new block of data from another blob to the end of this append blob.com.azure.core.http.rest.Response
<AppendBlobItem> AppendBlobClient.appendBlockFromUrlWithResponse
(AppendBlobAppendBlockFromUrlOptions options, Duration timeout, com.azure.core.util.Context context) Commits a new block of data from another blob to the end of this append blob.