Uses of Class
com.azure.storage.blob.models.BlobCopyInfo
Package
Description
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobCopyInfo in com.azure.storage.blob.specialized
Modifier 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.PollerFlux<BlobCopyInfo,
Void> Copies the data at the source URL to a blob.com.azure.core.util.polling.PollerFlux<BlobCopyInfo,
Void> BlobAsyncClientBase.beginCopy
(String sourceUrl, Map<String, String> metadata, AccessTier tier, RehydratePriority priority, com.azure.core.http.RequestConditions sourceModifiedRequestConditions, BlobRequestConditions destRequestConditions, Duration pollInterval) 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.com.azure.core.util.polling.SyncPoller<BlobCopyInfo,
Void> Copies the data at the source URL to a blob.com.azure.core.util.polling.SyncPoller<BlobCopyInfo,
Void> BlobClientBase.beginCopy
(String sourceUrl, Map<String, String> metadata, AccessTier tier, RehydratePriority priority, com.azure.core.http.RequestConditions sourceModifiedRequestConditions, BlobRequestConditions destRequestConditions, Duration pollInterval) Copies the data at the source URL to a blob.