Uses of Class
com.azure.storage.file.share.ShareFileClient
-
Packages that use ShareFileClient Package Description com.azure.storage.file.share This package contains the classes to perform actions on Azure Storage File.com.azure.storage.file.share.specialized Package containing specialized clients for Azure Storage Files. -
-
Uses of ShareFileClient in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareFileClient Modifier and Type Method Description ShareFileClientShareFileClientBuilder. buildFileClient()Creates aShareFileClientbased on options set in the builder.ShareFileClientShareClient. createFile(String fileName, long maxSize)Creates the file in the share with the given name and file max size.ShareFileClientShareDirectoryClient. 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.ShareFileClientShareClient. getFileClient(String filePath)Constructs aShareFileClientthat interacts with the specified file.ShareFileClientShareDirectoryClient. getFileClient(String fileName)Constructs a ShareFileClient that interacts with the specified file.Methods in com.azure.storage.file.share that return types with arguments of type ShareFileClient Modifier and Type Method Description com.azure.core.http.rest.Response<ShareFileClient>ShareClient. createFileWithResponse(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String,String> metadata, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context)Creates the file in the share with the given name, file max size and associates the passed properties to it.com.azure.core.http.rest.Response<ShareFileClient>ShareClient. createFileWithResponse(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String,String> metadata, Duration timeout, com.azure.core.util.Context context)Creates the file in the share with the given name, file max size and associates the passed properties to it.com.azure.core.http.rest.Response<ShareFileClient>ShareDirectoryClient. createFileWithResponse(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String,String> metadata, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context)Creates a file in this directory with specific name and returns a response of ShareDirectoryInfo to interact with it.com.azure.core.http.rest.Response<ShareFileClient>ShareDirectoryClient. createFileWithResponse(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String,String> metadata, Duration timeout, com.azure.core.util.Context context)Creates a file in this directory with specific name and returns a response of ShareDirectoryInfo to interact with it. -
Uses of ShareFileClient in com.azure.storage.file.share.specialized
Methods in com.azure.storage.file.share.specialized with parameters of type ShareFileClient Modifier and Type Method Description ShareLeaseClientBuilderShareLeaseClientBuilder. fileClient(ShareFileClient fileClient)Configures the builder based on the passedShareFileClient.
-