Uses of Class
com.azure.storage.file.datalake.DataLakePathClientBuilder
Packages that use DataLakePathClientBuilder
Package
Description
Package containing the class required for DataLakeStorageClient.
-
Uses of DataLakePathClientBuilder in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return DataLakePathClientBuilderModifier and TypeMethodDescriptionDataLakePathClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy pipelinePolicy) Adds apipeline policyto apply on each request sent.DataLakePathClientBuilder.audience(DataLakeAudience audience) Sets the Audience to use for authentication with Azure Active Directory (AAD).DataLakePathClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.DataLakePathClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration object used to retrieve environment configuration values during building of the client.DataLakePathClientBuilder.credential(com.azure.core.credential.AzureNamedKeyCredential credential) Sets theAzureNamedKeyCredentialused to authorize requests sent to the service.DataLakePathClientBuilder.credential(com.azure.core.credential.AzureSasCredential credential) Sets theAzureSasCredentialused to authorize requests sent to the service.DataLakePathClientBuilder.credential(com.azure.core.credential.TokenCredential credential) Sets theTokenCredentialused to authorize requests sent to the service.DataLakePathClientBuilder.credential(com.azure.storage.common.StorageSharedKeyCredential credential) Sets theStorageSharedKeyCredentialused to authorize requests sent to the service.DataLakePathClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided keythat is used to encrypt blob contents on the server.Sets the service endpoint, additionally parses it for information (SAS token, file system name, path name)DataLakePathClientBuilder.fileSystemName(String fileSystemName) Sets the name of the file system that contains the path.DataLakePathClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) Sets theHttpClientto use for sending and receiving requests to and from the service.DataLakePathClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.Sets the name of the file/directory.DataLakePathClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipelineto use for the service client.DataLakePathClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.DataLakePathClientBuilder.retryOptions(com.azure.storage.common.policy.RequestRetryOptions retryOptions) Sets the request retry options for all the requests made through the client.Sets the SAS token used to authorize requests sent to the service.DataLakePathClientBuilder.serviceVersion(DataLakeServiceVersion version) Sets theDataLakeServiceVersionthat is used when making API requests.DataLakePathClientBuilder.setAnonymousAccess()Clears the credential used to authorize the request.