| Package | Description |
|---|---|
| com.azure.storage.blob |
Package containing the classes for BlobServiceClient.
|
| com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
| Modifier and Type | Method and Description |
|---|---|
BlobContainerAsyncClient |
BlobContainerClientBuilder.buildAsyncClient()
Creates a
BlobContainerAsyncClient from the configured options. |
BlobContainerAsyncClient |
BlobServiceAsyncClient.getBlobContainerAsyncClient(String containerName)
Initializes a
BlobContainerAsyncClient object pointing to the specified container. |
| Modifier and Type | Method and Description |
|---|---|
BlobLeaseClientBuilder |
BlobLeaseClientBuilder.containerAsyncClient(BlobContainerAsyncClient blobContainerAsyncClient)
Configures the builder based on the passed
BlobContainerAsyncClient. |
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.containerAsyncClient(BlobContainerAsyncClient blobContainerAsyncClient,
String blobName)
Configures the builder based on the
BlobContainerAsyncClient and appends the blob name to the container's
URL. |
Copyright © 2020 Microsoft Corporation. All rights reserved.