Uses of Class
com.azure.storage.file.share.ShareDirectoryAsyncClient
-
Packages that use ShareDirectoryAsyncClient Package Description com.azure.storage.file.share This package contains the classes to perform actions on Azure Storage File. -
-
Uses of ShareDirectoryAsyncClient in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareDirectoryAsyncClient Modifier and Type Method Description ShareDirectoryAsyncClientShareFileClientBuilder. buildDirectoryAsyncClient()Creates aShareDirectoryAsyncClientbased on options set in the builder.ShareDirectoryAsyncClientShareAsyncClient. getDirectoryClient(String directoryName)Constructs aShareDirectoryAsyncClientthat interacts with the specified directory.ShareDirectoryAsyncClientShareAsyncClient. getRootDirectoryClient()Constructs aShareDirectoryAsyncClientthat interacts with the root directory in the share.ShareDirectoryAsyncClientShareDirectoryAsyncClient. getSubdirectoryClient(String subdirectoryName)Constructs a ShareDirectoryAsyncClient that interacts with the specified directory.Methods in com.azure.storage.file.share that return types with arguments of type ShareDirectoryAsyncClient Modifier and Type Method Description Mono<ShareDirectoryAsyncClient>ShareAsyncClient. createDirectory(String directoryName)Creates the directory in the share with the given name.Mono<com.azure.core.http.rest.Response<ShareDirectoryAsyncClient>>ShareAsyncClient. createDirectoryWithResponse(String directoryName, FileSmbProperties smbProperties, String filePermission, Map<String,String> metadata)Creates the directory in the share with the given name and associates the passed metadata to it.Mono<ShareDirectoryAsyncClient>ShareDirectoryAsyncClient. createSubdirectory(String subdirectoryName)Creates a subdirectory under current directory with specific name and returns a response of ShareDirectoryAsyncClient to interact with it.Mono<com.azure.core.http.rest.Response<ShareDirectoryAsyncClient>>ShareDirectoryAsyncClient. createSubdirectoryWithResponse(String subdirectoryName, FileSmbProperties smbProperties, String filePermission, Map<String,String> metadata)Creates a subdirectory under current directory with specific name , metadata and returns a response of ShareDirectoryAsyncClient to interact with it.
-