Package | Description |
---|---|
com.azure.storage.blob |
Package containing the classes for BlobServiceClient.
|
Modifier and Type | Method and Description |
---|---|
BlobClient |
BlobClientBuilder.buildClient()
Creates a
BlobClient based on options set in the builder. |
BlobClient |
BlobContainerClient.getBlobClient(String blobName)
Initializes a new BlobClient object by concatenating blobName to the end of ContainerAsyncClient's URL.
|
BlobClient |
BlobContainerClient.getBlobClient(String blobName,
String snapshot)
Initializes a new BlobClient object by concatenating blobName to the end of ContainerAsyncClient's URL.
|
BlobClient |
BlobClient.getSnapshotClient(String snapshot)
Creates a new
BlobClient linked to the snapshot of this blob resource. |
Copyright © 2019 Microsoft Corporation. All rights reserved.