Uses of Class
com.azure.storage.file.share.options.ShareFileRenameOptions
Packages that use ShareFileRenameOptions
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 ShareFileRenameOptions in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type ShareFileRenameOptionsModifier and TypeMethodDescriptionMono<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 ShareFileRenameOptionsModifier and TypeMethodDescriptionShareFileRenameOptions.setContentType(String contentType) Sets the content type.ShareFileRenameOptions.setDestinationRequestConditions(ShareRequestConditions destinationRequestConditions) Sets the destination request conditions.ShareFileRenameOptions.setFilePermission(String filePermission) Sets the optional file permission to set on the destination file or directory.ShareFileRenameOptions.setFilePermissionFormat(FilePermissionFormat filePermissionFormat) Sets the file permission format.ShareFileRenameOptions.setIgnoreReadOnly(Boolean ignoreReadOnly) Sets a boolean value that specifies whether the ReadOnly attribute on a preexisting destination file should be respected.ShareFileRenameOptions.setMetadata(Map<String, String> metadata) Sets the metadata to associate with the renamed file.ShareFileRenameOptions.setReplaceIfExists(Boolean replaceIfExists) Sets a boolean value which, if the destination file already exists, determines whether this request will overwrite the file or not.ShareFileRenameOptions.setSmbProperties(FileSmbProperties smbProperties) Sets the optional SMB properties to set on the destination file or directory.ShareFileRenameOptions.setSourceRequestConditions(ShareRequestConditions sourceRequestConditions) Sets the source request conditions.