Uses of Class
com.azure.storage.file.datalake.DataLakeFileClient
-
Packages that use DataLakeFileClient Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient.com.azure.storage.file.datalake.specialized Package containing specialized lease clients for Azure Storage File Data Lake. -
-
Uses of DataLakeFileClient in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return DataLakeFileClient Modifier and Type Method Description DataLakeFileClientDataLakePathClientBuilder. buildFileClient()Creates aDataLakeFileClientbased on options set in the builder.DataLakeFileClientDataLakeDirectoryClient. createFile(String fileName)Creates a new file within a directory.DataLakeFileClientDataLakeDirectoryClient. createFile(String fileName, boolean overwrite)Creates a new file within a directory.DataLakeFileClientDataLakeFileSystemClient. createFile(String fileName)Creates a new file within a file system.DataLakeFileClientDataLakeFileSystemClient. createFile(String fileName, boolean overwrite)Creates a new file within a file system.DataLakeFileClientDataLakeDirectoryClient. createFileIfNotExists(String fileName)Creates a new file within a directory if it does not exist.DataLakeFileClientDataLakeFileSystemClient. createFileIfNotExists(String fileName)Creates a new file within a file system if it does not exist.DataLakeFileClientDataLakeFileClient. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)Creates a newDataLakeFileClientwith the specifiedcustomerProvidedKey.DataLakeFileClientDataLakeDirectoryClient. getFileClient(String fileName)Initializes a new DataLakeFileClient object by concatenating fileName to the end of DataLakeDirectoryClient's URL.DataLakeFileClientDataLakeFileSystemClient. getFileClient(String fileName)Initializes a new DataLakeFileClient object by concatenating fileName to the end of DataLakeFileSystemClient's URL.DataLakeFileClientDataLakeFileClient. rename(String destinationFileSystem, String destinationPath)Moves the file to another location within the file system.Methods in com.azure.storage.file.datalake that return types with arguments of type DataLakeFileClient Modifier and Type Method Description com.azure.core.http.rest.Response<DataLakeFileClient>DataLakeDirectoryClient. createFileIfNotExistsWithResponse(String fileName, DataLakePathCreateOptions options, Duration timeout, com.azure.core.util.Context context)Creates a new file within a directory if it does not exist.com.azure.core.http.rest.Response<DataLakeFileClient>DataLakeFileSystemClient. createFileIfNotExistsWithResponse(String fileName, DataLakePathCreateOptions options, Duration timeout, com.azure.core.util.Context context)Creates a new file within a file system if it does not exist.com.azure.core.http.rest.Response<DataLakeFileClient>DataLakeDirectoryClient. createFileWithResponse(String fileName, String permissions, String umask, PathHttpHeaders headers, Map<String,String> metadata, DataLakeRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context)Creates a new file within a directory.com.azure.core.http.rest.Response<DataLakeFileClient>DataLakeFileSystemClient. createFileWithResponse(String fileName, String permissions, String umask, PathHttpHeaders headers, Map<String,String> metadata, DataLakeRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context)Creates a new file within a file system.com.azure.core.http.rest.Response<DataLakeFileClient>DataLakeFileClient. renameWithResponse(String destinationFileSystem, String destinationPath, DataLakeRequestConditions sourceRequestConditions, DataLakeRequestConditions destinationRequestConditions, Duration timeout, com.azure.core.util.Context context)Moves the file to another location within the file system. -
Uses of DataLakeFileClient in com.azure.storage.file.datalake.specialized
Methods in com.azure.storage.file.datalake.specialized with parameters of type DataLakeFileClient Modifier and Type Method Description DataLakeLeaseClientBuilderDataLakeLeaseClientBuilder. fileClient(DataLakeFileClient dataLakeFileClient)Configures the builder based on the passedDataLakeFileClient.
-