| 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 |
|---|---|
AppendBlobAsyncClient |
BlobAsyncClient.getAppendBlobAsyncClient()
Creates a new
AppendBlobAsyncClient associated with this blob. |
| Modifier and Type | Method and Description |
|---|---|
AppendBlobAsyncClient |
SpecializedBlobClientBuilder.buildAppendBlobAsyncClient()
Creates a
AppendBlobAsyncClient based on options set in the Builder. |
AppendBlobAsyncClient |
AppendBlobAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)
Creates a new
AppendBlobAsyncClient with the specified customerProvidedKey. |
AppendBlobAsyncClient |
AppendBlobAsyncClient.getEncryptionScopeAsyncClient(String encryptionScope)
Creates a new
AppendBlobAsyncClient with the specified encryptionScope. |
Copyright © 2021 Microsoft Corporation. All rights reserved.