Uses of Class
com.azure.storage.file.share.models.ShareFileCopyInfo
Packages that use ShareFileCopyInfo
Package
Description
This package contains the classes to perform actions on Azure Storage File.
-
Uses of ShareFileCopyInfo in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return types with arguments of type ShareFileCopyInfoModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux
<ShareFileCopyInfo, Void> ShareFileAsyncClient.beginCopy
(String sourceUrl, FileSmbProperties smbProperties, String filePermission, PermissionCopyModeType filePermissionCopyMode, Boolean ignoreReadOnly, Boolean setArchiveAttribute, Map<String, String> metadata, Duration pollInterval, ShareRequestConditions destinationRequestConditions) Copies a blob or file to a destination file within the storage account.com.azure.core.util.polling.PollerFlux
<ShareFileCopyInfo, Void> ShareFileAsyncClient.beginCopy
(String sourceUrl, ShareFileCopyOptions options, Duration pollInterval) Copies a blob or file to a destination file within the storage account.com.azure.core.util.polling.PollerFlux
<ShareFileCopyInfo, Void> ShareFileAsyncClient.beginCopy
(String sourceUrl, Map<String, String> metadata, Duration pollInterval) Copies a blob or file to a destination file within the storage account.com.azure.core.util.polling.SyncPoller
<ShareFileCopyInfo, Void> ShareFileClient.beginCopy
(String sourceUrl, FileSmbProperties smbProperties, String filePermission, PermissionCopyModeType filePermissionCopyMode, Boolean ignoreReadOnly, Boolean setArchiveAttribute, Map<String, String> metadata, Duration pollInterval, ShareRequestConditions destinationRequestConditions) Copies a blob or file to a destination file within the storage account.com.azure.core.util.polling.SyncPoller
<ShareFileCopyInfo, Void> ShareFileClient.beginCopy
(String sourceUrl, ShareFileCopyOptions options, Duration pollInterval) Copies a blob or file to a destination file within the storage account.com.azure.core.util.polling.SyncPoller
<ShareFileCopyInfo, Void> Copies a blob or file to a destination file within the storage account.