Uses of Class
com.azure.storage.blob.options.BlobBeginCopyOptions
Packages that use BlobBeginCopyOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobBeginCopyOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlobBeginCopyOptionsModifier and TypeMethodDescriptionBlobBeginCopyOptions.setDestinationRequestConditions
(BlobRequestConditions destinationRequestConditions) Sets theBlobRequestConditions
for the destination.BlobBeginCopyOptions.setImmutabilityPolicy
(BlobImmutabilityPolicy immutabilityPolicy) Sets theBlobImmutabilityPolicy
for the destination blob.BlobBeginCopyOptions.setLegalHold
(Boolean legalHold) Sets if a legal hold should be placed on the blob.BlobBeginCopyOptions.setMetadata
(Map<String, String> metadata) Sets the metadata to associate with the destination blob.BlobBeginCopyOptions.setPollInterval
(Duration pollInterval) Sets the duration between each poll for the copy status.BlobBeginCopyOptions.setRehydratePriority
(RehydratePriority rehydratePriority) Sets theRehydratePriority
for rehydrating the blob.BlobBeginCopyOptions.setSealDestination
(Boolean sealDestination) Sets whether the destination blob should be sealed (marked as read only).BlobBeginCopyOptions.setSourceRequestConditions
(BlobBeginCopySourceRequestConditions sourceRequestConditions) Sets theBlobBeginCopySourceRequestConditions
for the source.Sets the tags to associate with the blob.BlobBeginCopyOptions.setTier
(AccessTier tier) Sets theAccessTier
for the destination blob. -
Uses of BlobBeginCopyOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlobBeginCopyOptionsModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux
<BlobCopyInfo, Void> BlobAsyncClientBase.beginCopy
(BlobBeginCopyOptions options) Copies the data at the source URL to a blob.com.azure.core.util.polling.SyncPoller
<BlobCopyInfo, Void> BlobClientBase.beginCopy
(BlobBeginCopyOptions options) Copies the data at the source URL to a blob.