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