Uses of Class
com.azure.storage.file.share.options.ShareFileCopyOptions
Packages that use ShareFileCopyOptions
Package
Description
This package contains the classes to perform actions on Azure Storage File.
Package containing options model classes used by Azure Storage File Shares.
-
Uses of ShareFileCopyOptions in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type ShareFileCopyOptionsModifier and TypeMethodDescriptioncom.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.SyncPoller
<ShareFileCopyInfo, Void> ShareFileClient.beginCopy
(String sourceUrl, ShareFileCopyOptions options, Duration pollInterval) Copies a blob or file to a destination file within the storage account. -
Uses of ShareFileCopyOptions in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return ShareFileCopyOptionsModifier and TypeMethodDescriptionShareFileCopyOptions.setArchiveAttribute
(Boolean archiveAttribute) Sets the optional boolean specifying to set archive attribute on a target file.ShareFileCopyOptions.setDestinationRequestConditions
(ShareRequestConditions requestConditions) Sets theShareRequestConditions
to add conditions on copying the file.ShareFileCopyOptions.setFilePermission
(String filePermissionKey) Sets the file permission key.ShareFileCopyOptions.setFilePermissionFormat
(FilePermissionFormat filePermissionFormat) Sets the file permission format.ShareFileCopyOptions.setIgnoreReadOnly
(Boolean ignoreReadOnly) Sets the optional boolean specifying to overwrite the target file if it already exists and has read-only attribute set.ShareFileCopyOptions.setMetadata
(Map<String, String> metadata) Sets the metadata to associate with the file.ShareFileCopyOptions.setModeCopyMode
(ModeCopyMode modeCopyMode) Optional properties to set on NFS files.ShareFileCopyOptions.setOwnerCopyMode
(OwnerCopyMode ownerCopyMode) Optional properties to set on NFS files.ShareFileCopyOptions.setPermissionCopyModeType
(PermissionCopyModeType copyModeType) Sets the option to copy file security descriptor from source file or to set it using the value which is defined by the header value of FilePermission or FilePermissionKey.ShareFileCopyOptions.setPosixProperties
(FilePosixProperties posixProperties) Optional properties to set on NFS files.ShareFileCopyOptions.setSmbProperties
(FileSmbProperties smbProperties) Sets the SMB properties to set on the destination file.ShareFileCopyOptions.setSmbPropertiesToCopy
(CopyableFileSmbPropertiesList smbProperties) Sets the SMB properties to copy from the source file.