Uses of Class
com.azure.storage.file.datalake.DataLakeFileClient
Packages that use DataLakeFileClient
Package
Description
Package containing the class required for DataLakeStorageClient.
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 DataLakeFileClientModifier and TypeMethodDescriptionDataLakePathClientBuilder.buildFileClient()
Creates aDataLakeFileClient
based on options set in the builder.DataLakeDirectoryClient.createFile
(String fileName) Creates a new file within a directory.DataLakeDirectoryClient.createFile
(String fileName, boolean overwrite) Creates a new file within a directory.DataLakeFileSystemClient.createFile
(String fileName) Creates a new file within a file system.DataLakeFileSystemClient.createFile
(String fileName, boolean overwrite) Creates a new file within a file system.DataLakeDirectoryClient.createFileIfNotExists
(String fileName) Creates a new file within a directory if it does not exist.DataLakeFileSystemClient.createFileIfNotExists
(String fileName) Creates a new file within a file system if it does not exist.DataLakeFileClient.getCustomerProvidedKeyClient
(CustomerProvidedKey customerProvidedKey) Creates a newDataLakeFileClient
with the specifiedcustomerProvidedKey
.DataLakeDirectoryClient.getFileClient
(String fileName) Initializes a new DataLakeFileClient object by concatenating fileName to the end of DataLakeDirectoryClient's URL.DataLakeFileSystemClient.getFileClient
(String fileName) Initializes a new DataLakeFileClient object by concatenating fileName to the end of DataLakeFileSystemClient's URL.Moves the file to another location within the file system.Methods in com.azure.storage.file.datalake that return types with arguments of type DataLakeFileClientModifier and TypeMethodDescriptioncom.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, DataLakePathCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a new file within a directory.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, DataLakePathCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a new file within a file system.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 DataLakeFileClientModifier and TypeMethodDescriptionDataLakeLeaseClientBuilder.fileClient
(DataLakeFileClient dataLakeFileClient) Configures the builder based on the passedDataLakeFileClient
.