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