Uses of Class
com.azure.storage.file.share.options.ShareFileRenameOptions
-
Packages that use ShareFileRenameOptions Package Description com.azure.storage.file.share This package contains the classes to perform actions on Azure Storage File.com.azure.storage.file.share.options Package containing options model classes used by Azure Storage File Shares. -
-
Uses of ShareFileRenameOptions in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type ShareFileRenameOptions Modifier and Type Method Description Mono<com.azure.core.http.rest.Response<ShareDirectoryAsyncClient>>ShareDirectoryAsyncClient. renameWithResponse(ShareFileRenameOptions options)Moves the directory to another location within the share.com.azure.core.http.rest.Response<ShareDirectoryClient>ShareDirectoryClient. renameWithResponse(ShareFileRenameOptions options, Duration timeout, com.azure.core.util.Context context)Moves the directory to another location within the share.Mono<com.azure.core.http.rest.Response<ShareFileAsyncClient>>ShareFileAsyncClient. renameWithResponse(ShareFileRenameOptions options)Moves the file to another location within the share.com.azure.core.http.rest.Response<ShareFileClient>ShareFileClient. renameWithResponse(ShareFileRenameOptions options, Duration timeout, com.azure.core.util.Context context)Moves the file to another location within the share. -
Uses of ShareFileRenameOptions in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return ShareFileRenameOptions Modifier and Type Method Description ShareFileRenameOptionsShareFileRenameOptions. setDestinationRequestConditions(ShareRequestConditions destinationRequestConditions)ShareFileRenameOptionsShareFileRenameOptions. setFilePermission(String filePermission)ShareFileRenameOptionsShareFileRenameOptions. setIgnoreReadOnly(Boolean ignoreReadOnly)ShareFileRenameOptionsShareFileRenameOptions. setMetadata(Map<String,String> metadata)ShareFileRenameOptionsShareFileRenameOptions. setReplaceIfExists(Boolean replaceIfExists)ShareFileRenameOptionsShareFileRenameOptions. setSmbProperties(FileSmbProperties smbProperties)ShareFileRenameOptionsShareFileRenameOptions. setSourceRequestConditions(ShareRequestConditions sourceRequestConditions)
-