Uses of Class
com.azure.storage.file.share.ShareFileClientBuilder
Packages that use ShareFileClientBuilder
Package
Description
This package contains the classes to perform actions on Azure Storage File.
-
Uses of ShareFileClientBuilder in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareFileClientBuilderModifier and TypeMethodDescriptionShareFileClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy pipelinePolicy) Adds apipeline policyto apply on each request sent.ShareFileClientBuilder.allowSourceTrailingDot(boolean allowSourceTrailingDot) Set the trailing dot property to specify whether trailing dot will be trimmed or not from the source URI.ShareFileClientBuilder.allowTrailingDot(boolean allowTrailingDot) Set the trailing dot property to specify whether trailing dot will be trimmed or not from the target URI.ShareFileClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.ShareFileClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration object used to retrieve environment configuration values during building of the client.ShareFileClientBuilder.connectionString(String connectionString) Sets the connection string to connect to the service.ShareFileClientBuilder.credential(com.azure.core.credential.AzureNamedKeyCredential credential) Sets theAzureNamedKeyCredentialused to authorize requests sent to the service.ShareFileClientBuilder.credential(com.azure.core.credential.AzureSasCredential credential) Sets theAzureSasCredentialused to authorize requests sent to the service.ShareFileClientBuilder.credential(com.azure.core.credential.TokenCredential tokenCredential) Sets theTokenCredentialused to authorize requests sent to the service.ShareFileClientBuilder.credential(StorageSharedKeyCredential credential) Sets theStorageSharedKeyCredentialused to authorize requests sent to the service.Sets the endpoint for the Azure Storage File instance that the client will interact with.ShareFileClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) Sets theHttpClientto use for sending and receiving requests to and from the service.ShareFileClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.ShareFileClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipelineto use for the service client.ShareFileClientBuilder.resourcePath(String resourcePath) Sets the file that the constructed clients will interact withShareFileClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.ShareFileClientBuilder.retryOptions(RequestRetryOptions retryOptions) Sets the request retry options for all the requests made through the client.Sets the SAS token used to authorize requests sent to the service.ShareFileClientBuilder.serviceVersion(ShareServiceVersion version) Sets theShareServiceVersionthat is used when making API requests.Sets the share that the constructed clients will interact withShareFileClientBuilder.shareTokenIntent(ShareTokenIntent shareTokenIntent) Sets theShareTokenIntentthat specifies whether there is intent for a file to be backed up.Sets the shareSnapshot that the constructed clients will interact with.