Uses of Class
com.azure.storage.blob.specialized.AppendBlobClient
Packages that use 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
Methods in com.azure.storage.blob that return AppendBlobClientModifier and TypeMethodDescriptionBlobClient.getAppendBlobClient()Creates a newAppendBlobClientassociated with this blob. -
Uses of AppendBlobClient in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized that return AppendBlobClientModifier and TypeMethodDescriptionSpecializedBlobClientBuilder.buildAppendBlobClient()Creates aAppendBlobClientbased on options set in the Builder.AppendBlobClient.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey) Creates a newAppendBlobClientwith the specifiedcustomerProvidedKey.AppendBlobClient.getEncryptionScopeClient(String encryptionScope) Creates a newAppendBlobClientwith the specifiedencryptionScope.