Uses of Class
com.azure.storage.blob.options.BlobBeginCopyOptions
-
Packages that use BlobBeginCopyOptions Package Description com.azure.storage.blob.options Package containing options model classes used by Azure Storage Blobs.com.azure.storage.blob.specialized 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 BlobBeginCopyOptions Modifier and Type Method Description BlobBeginCopyOptionsBlobBeginCopyOptions. setDestinationRequestConditions(BlobRequestConditions destinationRequestConditions)BlobBeginCopyOptionsBlobBeginCopyOptions. setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.BlobBeginCopyOptionsBlobBeginCopyOptions. setLegalHold(Boolean legalHold)Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.BlobBeginCopyOptionsBlobBeginCopyOptions. setMetadata(Map<String,String> metadata)BlobBeginCopyOptionsBlobBeginCopyOptions. setPollInterval(Duration pollInterval)BlobBeginCopyOptionsBlobBeginCopyOptions. setRehydratePriority(RehydratePriority rehydratePriority)BlobBeginCopyOptionsBlobBeginCopyOptions. setSealDestination(Boolean sealDestination)Only applicable for Append Blobs.BlobBeginCopyOptionsBlobBeginCopyOptions. setSourceRequestConditions(BlobBeginCopySourceRequestConditions sourceRequestConditions)BlobBeginCopyOptionsBlobBeginCopyOptions. setTags(Map<String,String> tags)BlobBeginCopyOptionsBlobBeginCopyOptions. setTier(AccessTier tier) -
Uses of BlobBeginCopyOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlobBeginCopyOptions Modifier and Type Method Description com.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.
-