DataLakePathClientBuilder |
DataLakePathClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy pipelinePolicy) |
Adds a pipeline policy to apply on each request sent.
|
DataLakePathClientBuilder |
DataLakePathClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) |
Sets the client options for all the requests made through the client.
|
DataLakePathClientBuilder |
DataLakePathClientBuilder.configuration(com.azure.core.util.Configuration configuration) |
Sets the configuration object used to retrieve environment configuration values during building of the client.
|
DataLakePathClientBuilder |
DataLakePathClientBuilder.credential(com.azure.core.credential.AzureSasCredential credential) |
Sets the AzureSasCredential used to authorize requests sent to the service.
|
DataLakePathClientBuilder |
DataLakePathClientBuilder.credential(com.azure.core.credential.TokenCredential credential) |
Sets the TokenCredential used to authorize requests sent to the service.
|
DataLakePathClientBuilder |
DataLakePathClientBuilder.credential(com.azure.storage.common.StorageSharedKeyCredential credential) |
Sets the StorageSharedKeyCredential used to authorize requests sent to the service.
|
DataLakePathClientBuilder |
DataLakePathClientBuilder.endpoint(String endpoint) |
Sets the service endpoint, additionally parses it for information (SAS token, file system name, path name)
|
DataLakePathClientBuilder |
DataLakePathClientBuilder.fileSystemName(String fileSystemName) |
Sets the name of the file system that contains the path.
|
DataLakePathClientBuilder |
DataLakePathClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) |
Sets the HttpClient to use for sending a receiving requests to and from the service.
|
DataLakePathClientBuilder |
DataLakePathClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) |
Sets the HttpLogOptions for service requests.
|
DataLakePathClientBuilder |
DataLakePathClientBuilder.pathName(String pathName) |
Sets the name of the file/directory.
|
DataLakePathClientBuilder |
DataLakePathClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) |
Sets the HttpPipeline to use for the service client.
|
DataLakePathClientBuilder |
DataLakePathClientBuilder.retryOptions(com.azure.storage.common.policy.RequestRetryOptions retryOptions) |
Sets the request retry options for all the requests made through the client.
|
DataLakePathClientBuilder |
DataLakePathClientBuilder.sasToken(String sasToken) |
Sets the SAS token used to authorize requests sent to the service.
|
DataLakePathClientBuilder |
DataLakePathClientBuilder.serviceVersion(DataLakeServiceVersion version) |
|
DataLakePathClientBuilder |
DataLakePathClientBuilder.setAnonymousAccess() |
Clears the credential used to authorize the request.
|