Uses of Class
com.azure.storage.blob.options.BlobCopyFromUrlOptions
Packages that use 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
Methods in com.azure.storage.blob.options that return BlobCopyFromUrlOptionsModifier and TypeMethodDescriptionBlobCopyFromUrlOptions.setCopySourceTagsMode(BlobCopySourceTagsMode copySourceTags) Sets the copy source tags modeBlobCopyFromUrlOptions.setDestinationRequestConditions(BlobRequestConditions destinationRequestConditions) Sets theBlobRequestConditionsfor the destination.BlobCopyFromUrlOptions.setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy) Sets theBlobImmutabilityPolicy.BlobCopyFromUrlOptions.setLegalHold(Boolean legalHold) Sets if a legal hold should be placed on the blob.BlobCopyFromUrlOptions.setMetadata(Map<String, String> metadata) Sets the metadata to associate with the destination blob.BlobCopyFromUrlOptions.setSourceAuthorization(com.azure.core.http.HttpAuthorization sourceAuthorization) Sets "Authorization" header for accessing source URL.BlobCopyFromUrlOptions.setSourceRequestConditions(com.azure.core.http.RequestConditions sourceRequestConditions) Sets theRequestConditionsfor the source.Sets the tags to associate with the blob.BlobCopyFromUrlOptions.setTier(AccessTier tier) Sets theAccessTierfor the destination blob. -
Uses of BlobCopyFromUrlOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlobCopyFromUrlOptionsModifier 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.