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 |
---|---|
BlobContainerClient |
BlobContainerClientBuilder.buildClient()
Code Samples
|
BlobContainerClient |
BlobServiceClient.createBlobContainer(String containerName)
Creates a new container within a storage account.
|
BlobContainerClient |
BlobServiceClient.getBlobContainerClient(String containerName)
Initializes a
BlobContainerClient object pointing to the specified container. |
Modifier and Type | Method and Description |
---|---|
BlobLeaseClientBuilder |
BlobLeaseClientBuilder.containerClient(BlobContainerClient blobContainerClient)
Configures the builder based on the passed
BlobContainerClient . |
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.containerClient(BlobContainerClient blobContainerClient,
String blobName)
Configures the builder based on the
BlobContainerClient and appends the blob name to the container's URL. |
Copyright © 2019 Microsoft Corporation. All rights reserved.