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 theBlobRequestConditionsfor the destination.BlobBeginCopyOptions.setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy) Sets theBlobImmutabilityPolicyfor 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 theRehydratePriorityfor rehydrating the blob.BlobBeginCopyOptions.setSealDestination(Boolean sealDestination) Sets whether the destination blob should be sealed (marked as read only).BlobBeginCopyOptions.setSourceRequestConditions(BlobBeginCopySourceRequestConditions sourceRequestConditions) Sets theBlobBeginCopySourceRequestConditionsfor the source.Sets the tags to associate with the blob.BlobBeginCopyOptions.setTier(AccessTier tier) Sets theAccessTierfor 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.