Package | Description |
---|---|
com.azure.data.tables |
Package containing the classes for Tables Clients.
|
Modifier and Type | Method and Description |
---|---|
TableServiceClientBuilder |
TableServiceClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy pipelinePolicy)
Adds a pipeline policy to apply on each request sent.
|
TableServiceClientBuilder |
TableServiceClientBuilder.configuration(com.azure.core.util.Configuration configuration)
Sets the configuration object used to retrieve environment configuration values during building of the client.
|
TableServiceClientBuilder |
TableServiceClientBuilder.connectionString(String connectionString)
Sets the connection string to help build the client
|
TableServiceClientBuilder |
TableServiceClientBuilder.credential(com.azure.core.credential.TokenCredential credential)
update credential
|
TableServiceClientBuilder |
TableServiceClientBuilder.endpoint(String endpoint)
Sets the table service endpoint
|
TableServiceClientBuilder |
TableServiceClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient)
Sets the
HttpClient to use for sending a receiving requests to and from the service. |
TableServiceClientBuilder |
TableServiceClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions)
Sets the
HttpLogOptions for service requests. |
TableServiceClientBuilder |
TableServiceClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline)
Sets the HTTP pipeline to use for the service client.
|
TableServiceClientBuilder |
TableServiceClientBuilder.retryOptions(com.azure.storage.common.policy.RequestRetryOptions retryOptions)
Sets the request retry options for all the requests made through the client.
|
TableServiceClientBuilder |
TableServiceClientBuilder.sasToken(String sasToken)
Sets the SAS token used to authorize requests sent to the service.
|
TableServiceClientBuilder |
TableServiceClientBuilder.serviceVersion(TablesServiceVersion version)
Sets the TablesServiceVersion that is used when making API requests.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.