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()
Code Samples
|
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 © 2019 Microsoft Corporation. All rights reserved.