Uses of Class
com.azure.storage.file.share.ShareFileAsyncClient
Packages that use ShareFileAsyncClient
Package
Description
This package contains the classes to perform actions on Azure Storage File.
Package containing specialized clients for Azure Storage Files.
-
Uses of ShareFileAsyncClient in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareFileAsyncClientModifier and TypeMethodDescriptionShareFileClientBuilder.buildFileAsyncClient()
Creates aShareFileAsyncClient
based on options set in the builder.ShareAsyncClient.getFileClient
(String filePath) Constructs aShareFileAsyncClient
that interacts with the specified file.ShareDirectoryAsyncClient.getFileClient
(String fileName) Constructs a ShareFileAsyncClient that interacts with the specified file.Methods in com.azure.storage.file.share that return types with arguments of type ShareFileAsyncClientModifier and TypeMethodDescriptionShareAsyncClient.createFile
(String fileName, long maxSize) Creates the file in the share with the given name and file max size.ShareDirectoryAsyncClient.createFile
(String fileName, long maxSize) Creates a file in this directory with specific name, max number of results and returns a response of ShareDirectoryInfo to interact with it.Mono<com.azure.core.http.rest.Response<ShareFileAsyncClient>>
ShareAsyncClient.createFileWithResponse
(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata) Creates the file in the share with the given name, file max size and associates the passed properties to it.Mono<com.azure.core.http.rest.Response<ShareFileAsyncClient>>
ShareAsyncClient.createFileWithResponse
(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata, ShareRequestConditions requestConditions) Creates the file in the share with the given name, file max size and associates the passed properties to it.Mono<com.azure.core.http.rest.Response<ShareFileAsyncClient>>
ShareDirectoryAsyncClient.createFileWithResponse
(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata) Creates a file in this directory with specific name and returns a response of ShareDirectoryInfo to interact with it.Mono<com.azure.core.http.rest.Response<ShareFileAsyncClient>>
ShareDirectoryAsyncClient.createFileWithResponse
(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata, ShareRequestConditions requestConditions) Creates a file in this directory with specific name and returns a response of ShareDirectoryInfo to interact with it.Moves the file 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. -
Uses of ShareFileAsyncClient in com.azure.storage.file.share.specialized
Methods in com.azure.storage.file.share.specialized with parameters of type ShareFileAsyncClientModifier and TypeMethodDescriptionShareLeaseClientBuilder.fileAsyncClient
(ShareFileAsyncClient fileAsyncClient) Configures the builder based on the passedShareFileAsyncClient
.