Uses of Class
com.azure.storage.file.datalake.DataLakeServiceClientBuilder
Package
Description
Package containing the class required for DataLakeStorageClient.
-
Uses of DataLakeServiceClientBuilder in com.azure.storage.file.datalake
Modifier and TypeMethodDescriptionDataLakeServiceClientBuilder.addPolicy
(com.azure.core.http.policy.HttpPipelinePolicy pipelinePolicy) Adds apipeline policy
to apply on each request sent.DataLakeServiceClientBuilder.clientOptions
(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.DataLakeServiceClientBuilder.configuration
(com.azure.core.util.Configuration configuration) Sets the configuration object used to retrieve environment configuration values during building of the client.DataLakeServiceClientBuilder.connectionString
(String connectionString) Sets the connection string to connect to the service.DataLakeServiceClientBuilder.credential
(com.azure.core.credential.AzureNamedKeyCredential credential) Sets theAzureNamedKeyCredential
used to authorize requests sent to the service.DataLakeServiceClientBuilder.credential
(com.azure.core.credential.AzureSasCredential credential) Sets theAzureSasCredential
used to authorize requests sent to the service.DataLakeServiceClientBuilder.credential
(com.azure.core.credential.TokenCredential credential) Sets theTokenCredential
used to authorize requests sent to the service.DataLakeServiceClientBuilder.credential
(com.azure.storage.common.StorageSharedKeyCredential credential) Sets theStorageSharedKeyCredential
used to authorize requests sent to the service.DataLakeServiceClientBuilder.customerProvidedKey
(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided key
that is used to encrypt file contents on the server.DataLakeServiceClientBuilder.encryptionScope
(String encryptionScope) Sets the encryption scope that is used to encrypt path contents on the server.Sets the data lake service endpoint, additionally parses it for information (SAS token)DataLakeServiceClientBuilder.fileSystemEncryptionScopeOptions
(FileSystemEncryptionScopeOptions fileSystemEncryptionScopeOptions) Sets theencryption scope
that is used to determine how path contents are encrypted on the server.DataLakeServiceClientBuilder.httpClient
(com.azure.core.http.HttpClient httpClient) Sets theHttpClient
to use for sending and receiving requests to and from the service.DataLakeServiceClientBuilder.httpLogOptions
(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configuration
to use when sending and receiving requests to and from the service.DataLakeServiceClientBuilder.pipeline
(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipeline
to use for the service client.DataLakeServiceClientBuilder.retryOptions
(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptions
for all the requests made through the client.DataLakeServiceClientBuilder.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.DataLakeServiceClientBuilder.serviceVersion
(DataLakeServiceVersion version) Sets theDataLakeServiceVersion
that is used when making API requests.