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 newAppendBlobClient
associated 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 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
.