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