| Package | Description |
|---|---|
| com.azure.storage.file.share |
This package contains the classes to perform actions on Azure Storage File.
|
| Modifier and Type | Method and Description |
|---|---|
ShareFileClientBuilder |
ShareFileClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy pipelinePolicy)
Adds a pipeline policy to apply on each request sent.
|
ShareFileClientBuilder |
ShareFileClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions)
Sets the client options for all the requests made through the client.
|
ShareFileClientBuilder |
ShareFileClientBuilder.configuration(com.azure.core.util.Configuration configuration)
Sets the configuration object used to retrieve environment configuration values during building of the client.
|
ShareFileClientBuilder |
ShareFileClientBuilder.connectionString(String connectionString)
Sets the connection string to connect to the service.
|
ShareFileClientBuilder |
ShareFileClientBuilder.credential(com.azure.core.credential.AzureSasCredential credential)
Sets the
AzureSasCredential used to authorize requests sent to the service. |
ShareFileClientBuilder |
ShareFileClientBuilder.credential(StorageSharedKeyCredential credential)
Sets the
StorageSharedKeyCredential used to authorize requests sent to the service. |
ShareFileClientBuilder |
ShareFileClientBuilder.endpoint(String endpoint)
Sets the endpoint for the Azure Storage File instance that the client will interact with.
|
ShareFileClientBuilder |
ShareFileClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient)
Sets the
HttpClient to use for sending a receiving requests to and from the service. |
ShareFileClientBuilder |
ShareFileClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions)
Sets the
HttpLogOptions for service requests. |
ShareFileClientBuilder |
ShareFileClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline)
Sets the
HttpPipeline to use for the service client. |
ShareFileClientBuilder |
ShareFileClientBuilder.resourcePath(String resourcePath)
Sets the file that the constructed clients will interact with
|
ShareFileClientBuilder |
ShareFileClientBuilder.retryOptions(RequestRetryOptions retryOptions)
Sets the request retry options for all the requests made through the client.
|
ShareFileClientBuilder |
ShareFileClientBuilder.sasToken(String sasToken)
Sets the SAS token used to authorize requests sent to the service.
|
ShareFileClientBuilder |
ShareFileClientBuilder.serviceVersion(ShareServiceVersion version)
Sets the
ShareServiceVersion that is used when making API requests. |
ShareFileClientBuilder |
ShareFileClientBuilder.shareName(String shareName)
Sets the share that the constructed clients will interact with
|
ShareFileClientBuilder |
ShareFileClientBuilder.snapshot(String snapshot)
Sets the shareSnapshot that the constructed clients will interact with.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.