| 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 | Class and Description |
|---|---|
class |
BlobAsyncClient
This class provides a client that contains generic blob operations for Azure Storage Blobs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppendBlobAsyncClient
Client to an append blob.
|
class |
BlockBlobAsyncClient
Client to a block blob.
|
class |
PageBlobAsyncClient
Client to a page blob.
|
| Modifier and Type | Method and Description |
|---|---|
BlobAsyncClientBase |
BlobAsyncClientBase.getSnapshotClient(String snapshot)
Creates a new
BlobAsyncClientBase linked to the snapshot of this blob resource. |
BlobAsyncClientBase |
BlobAsyncClientBase.getVersionClient(String versionId)
Creates a new
BlobAsyncClientBase linked to the versionId of this blob resource. |
| Modifier and Type | Method and Description |
|---|---|
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.blobAsyncClient(BlobAsyncClientBase blobAsyncClient)
Configures the builder based on the
BlobAsyncClientBase. |
BlobLeaseClientBuilder |
BlobLeaseClientBuilder.blobAsyncClient(BlobAsyncClientBase blobAsyncClient)
Configures the builder based on the passed
BlobAsyncClient. |
| Constructor and Description |
|---|
BlobClientBase(BlobAsyncClientBase client)
Constructor used by
SpecializedBlobClientBuilder. |
Copyright © 2020 Microsoft Corporation. All rights reserved.