Uses of Class
com.azure.data.tables.TableClientBuilder
Packages that use TableClientBuilder
-
Uses of TableClientBuilder in com.azure.data.tables
Methods in com.azure.data.tables that return TableClientBuilderModifier and TypeMethodDescriptionTableClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy pipelinePolicy) Adds apipeline policyto apply on each request sent.TableClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.TableClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets theconfigurationobject used to retrieve environment configuration values during building of the client.TableClientBuilder.connectionString(String connectionString) Sets the connection string to connect to the service.TableClientBuilder.credential(com.azure.core.credential.AzureNamedKeyCredential credential) Sets theAzureNamedKeyCredentialused to authorize requests sent to the service.TableClientBuilder.credential(com.azure.core.credential.AzureSasCredential credential) Sets theAzureSasCredentialused to authorize requests sent to the service.TableClientBuilder.credential(com.azure.core.credential.TokenCredential credential) Sets theTokenCredentialused to authorize requests sent to the service.TableClientBuilder.enableTenantDiscovery()Enable tenant discovery when authenticating with the Table Service.Sets the service endpoint.TableClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) Sets theHttpClientto use for sending and receiving requests to and from the service.TableClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.TableClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline) Sets theHttpPipelineto use for the service client.TableClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.TableClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets the requestRetryPolicyfor all the requests made through the client.Sets the SAS token used to authorize requests sent to the service.TableClientBuilder.serviceVersion(TableServiceVersion version) Sets theservice versionthat is used when making API requests.Sets the name of the table.