Uses of Class
com.azure.storage.blob.specialized.AppendBlobClient
-
Packages that use AppendBlobClient 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. -
-
Uses of AppendBlobClient in com.azure.storage.blob
Methods in com.azure.storage.blob that return AppendBlobClient Modifier and Type Method Description AppendBlobClientBlobClient. 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 AppendBlobClient Modifier and Type Method Description AppendBlobClientSpecializedBlobClientBuilder. buildAppendBlobClient()Creates aAppendBlobClientbased on options set in the Builder.AppendBlobClientAppendBlobClient. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)Creates a newAppendBlobClientwith the specifiedcustomerProvidedKey.AppendBlobClientAppendBlobClient. getEncryptionScopeClient(String encryptionScope)Creates a newAppendBlobClientwith the specifiedencryptionScope.
-