Uses of Class
com.azure.storage.file.share.ShareDirectoryClient
-
Packages that use ShareDirectoryClient Package Description com.azure.storage.file.share This package contains the classes to perform actions on Azure Storage File. -
-
Uses of ShareDirectoryClient in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareDirectoryClient Modifier and Type Method Description ShareDirectoryClientShareFileClientBuilder. buildDirectoryClient()Creates aShareDirectoryClientbased on options set in the builder.ShareDirectoryClientShareClient. createDirectory(String directoryName)Creates the directory in the share with the given name.ShareDirectoryClientShareDirectoryClient. createSubdirectory(String subdirectoryName)Creates a subdirectory under current directory with specific name and returns a response of ShareDirectoryClient to interact with it.ShareDirectoryClientShareClient. getDirectoryClient(String directoryName)Constructs aShareDirectoryClientthat interacts with the specified directory.ShareDirectoryClientShareClient. getRootDirectoryClient()Constructs aShareDirectoryClientthat interacts with the root directory in the share.ShareDirectoryClientShareDirectoryClient. getSubdirectoryClient(String subdirectoryName)Constructs a ShareDirectoryClient that interacts with the specified directory.ShareDirectoryClientShareDirectoryClient. rename(String destinationPath)Moves the directory to another location within the share.Methods in com.azure.storage.file.share that return types with arguments of type ShareDirectoryClient Modifier and Type Method Description com.azure.core.http.rest.Response<ShareDirectoryClient>ShareClient. createDirectoryWithResponse(String directoryName, FileSmbProperties smbProperties, String filePermission, Map<String,String> metadata, Duration timeout, com.azure.core.util.Context context)Creates the directory in the share with the given name and associates the passed metadata to it.com.azure.core.http.rest.Response<ShareDirectoryClient>ShareDirectoryClient. createSubdirectoryWithResponse(String subdirectoryName, FileSmbProperties smbProperties, String filePermission, Map<String,String> metadata, Duration timeout, com.azure.core.util.Context context)Creates a subdirectory under current directory with specific name , metadata and returns a response of ShareDirectoryClient to interact with it.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.
-