Uses of Class
com.azure.storage.blob.options.BlobCopyFromUrlOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobCopyFromUrlOptions in com.azure.storage.blob.options
Modifier and TypeMethodDescriptionBlobCopyFromUrlOptions.setCopySourceTagsMode
(BlobCopySourceTagsMode copySourceTags) Sets the copy source tags modeBlobCopyFromUrlOptions.setDestinationRequestConditions
(BlobRequestConditions destinationRequestConditions) BlobCopyFromUrlOptions.setImmutabilityPolicy
(BlobImmutabilityPolicy immutabilityPolicy) Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.BlobCopyFromUrlOptions.setLegalHold
(Boolean legalHold) Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.BlobCopyFromUrlOptions.setMetadata
(Map<String, String> metadata) BlobCopyFromUrlOptions.setSourceAuthorization
(com.azure.core.http.HttpAuthorization sourceAuthorization) Sets "Authorization" header for accessing source URL.BlobCopyFromUrlOptions.setSourceRequestConditions
(com.azure.core.http.RequestConditions sourceRequestConditions) BlobCopyFromUrlOptions.setTier
(AccessTier tier) -
Uses of BlobCopyFromUrlOptions in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptionBlobAsyncClientBase.copyFromUrlWithResponse
(BlobCopyFromUrlOptions options) Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.com.azure.core.http.rest.Response<String>
BlobClientBase.copyFromUrlWithResponse
(BlobCopyFromUrlOptions options, Duration timeout, com.azure.core.util.Context context) Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.