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 policy to the set of existing policies that are executed after required policies.
|
TableClientBuilder |
TableClientBuilder.configuration(com.azure.core.util.Configuration configuration)
Sets the configuration store that is used during construction of the service client.
|
TableClientBuilder |
TableClientBuilder.connectionString(String connectionString)
Sets the connection string to help build the client
|
TableClientBuilder |
TableClientBuilder.credential(com.azure.core.credential.TokenCredential credential)
Sets the
TokenCredential used to authenticate HTTP requests. |
TableClientBuilder |
TableClientBuilder.endpoint(String endpoint)
Sets the endpoint for the Azure Storage Table instance that the client will interact with.
|
TableClientBuilder |
TableClientBuilder.httpClient(com.azure.core.http.HttpClient client)
Sets the HTTP client 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 for HTTP requests and responses.
|
TableClientBuilder |
TableClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline)
Sets the HTTP pipeline 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 table name to help build the client
|
Copyright © 2020 Microsoft Corporation. All rights reserved.