Package | Description |
---|---|
com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.addPolicy(HttpPipelinePolicy pipelinePolicy)
Adds a pipeline policy to apply on each request sent.
|
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.blobAsyncClient(BlobAsyncClientBase blobAsyncClient)
Configures the builder based on the
BlobAsyncClientBase . |
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.blobClient(BlobClientBase blobClient)
Configures the builder based on the
BlobClientBase . |
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.blobName(String blobName)
Sets the name of the blob.
|
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.configuration(Configuration configuration)
Sets the configuration object used to retrieve environment configuration values during building of the client.
|
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.connectionString(String connectionString)
Sets the connection string to connect to the service.
|
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.containerAsyncClient(BlobContainerAsyncClient blobContainerAsyncClient,
String blobName)
Configures the builder based on the
BlobContainerAsyncClient and appends the blob name to the container's
URL. |
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.containerClient(BlobContainerClient blobContainerClient,
String blobName)
Configures the builder based on the
BlobContainerClient and appends the blob name to the container's URL. |
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.containerName(String containerName)
Sets the name of the container that contains the blob.
|
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.credential(StorageSharedKeyCredential credential)
Sets the
StorageSharedKeyCredential used to authorize requests sent to the service. |
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.credential(TokenCredential credential)
Sets the
TokenCredential used to authorize requests sent to the service. |
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey)
Sets the
customer provided key that is used to encrypt blob contents on the server. |
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.endpoint(String endpoint)
Sets the service endpoint, additionally parses it for information (SAS token, container name, blob name)
|
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.httpClient(HttpClient httpClient)
Sets the
HttpClient to use for sending a receiving requests to and from the service. |
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.httpLogOptions(HttpLogOptions logOptions)
Sets the
HttpLogOptions for service requests. |
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.pipeline(HttpPipeline httpPipeline)
Sets the
HttpPipeline to use for the service client. |
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.retryOptions(RequestRetryOptions retryOptions)
Sets the request retry options for all the requests made through the client.
|
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.sasToken(String sasToken)
Sets the SAS token used to authorize requests sent to the service.
|
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.serviceVersion(BlobServiceVersion version)
Sets the
BlobServiceVersion that is used when making API requests. |
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.setAnonymousAccess()
Clears the credential used to authorize the request.
|
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.snapshot(String snapshot)
Sets the snapshot identifier of the blob.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.