Uses of Class
com.azure.storage.blob.specialized.AppendBlobClient
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of AppendBlobClient in com.azure.storage.blob
Modifier and TypeMethodDescriptionBlobClient.getAppendBlobClient()
Creates a newAppendBlobClient
associated with this blob. -
Uses of AppendBlobClient in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptionSpecializedBlobClientBuilder.buildAppendBlobClient()
Creates aAppendBlobClient
based on options set in the Builder.AppendBlobClient.getCustomerProvidedKeyClient
(CustomerProvidedKey customerProvidedKey) Creates a newAppendBlobClient
with the specifiedcustomerProvidedKey
.AppendBlobClient.getEncryptionScopeClient
(String encryptionScope) Creates a newAppendBlobClient
with the specifiedencryptionScope
.