Package | Description |
---|---|
com.azure.storage.blob |
Package containing the classes for BlobServiceClient.
|
Modifier and Type | Method and Description |
---|---|
BlobContainerClientBuilder |
BlobContainerClientBuilder.addPolicy(HttpPipelinePolicy pipelinePolicy)
Adds a pipeline policy to apply on each request sent.
|
BlobContainerClientBuilder |
BlobContainerClientBuilder.configuration(Configuration configuration)
Sets the configuration object used to retrieve environment configuration values during building of the client.
|
BlobContainerClientBuilder |
BlobContainerClientBuilder.connectionString(String connectionString)
Sets the connection string to connect to the service.
|
BlobContainerClientBuilder |
BlobContainerClientBuilder.containerName(String containerName)
Sets the name of the container.
|
BlobContainerClientBuilder |
BlobContainerClientBuilder.credential(StorageSharedKeyCredential credential)
Sets the
StorageSharedKeyCredential used to authorize requests sent to the service. |
BlobContainerClientBuilder |
BlobContainerClientBuilder.credential(TokenCredential credential)
Sets the
TokenCredential used to authorize requests sent to the service. |
BlobContainerClientBuilder |
BlobContainerClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey)
Sets the
customer provided key that is used to encrypt blob contents on the server. |
BlobContainerClientBuilder |
BlobContainerClientBuilder.endpoint(String endpoint)
Sets the service endpoint, additionally parses it for information (SAS token, container name)
|
BlobContainerClientBuilder |
BlobContainerClientBuilder.httpClient(HttpClient httpClient)
Sets the
HttpClient to use for sending a receiving requests to and from the service. |
BlobContainerClientBuilder |
BlobContainerClientBuilder.httpLogOptions(HttpLogOptions logOptions)
Sets the
HttpLogOptions for service requests. |
BlobContainerClientBuilder |
BlobContainerClientBuilder.pipeline(HttpPipeline httpPipeline)
Sets the
HttpPipeline to use for the service client. |
BlobContainerClientBuilder |
BlobContainerClientBuilder.retryOptions(RequestRetryOptions retryOptions)
Sets the request retry options for all the requests made through the client.
|
BlobContainerClientBuilder |
BlobContainerClientBuilder.sasToken(String sasToken)
Sets the SAS token used to authorize requests sent to the service.
|
BlobContainerClientBuilder |
BlobContainerClientBuilder.serviceVersion(BlobServiceVersion version)
Sets the
BlobServiceVersion that is used when making API requests. |
BlobContainerClientBuilder |
BlobContainerClientBuilder.setAnonymousAccess()
Clears the credential used to authorize the request.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.