Class SpecializedBlobClientBuilder

java.lang.Object
com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
All Implemented Interfaces:
AzureNamedKeyCredentialTrait<SpecializedBlobClientBuilder>, AzureSasCredentialTrait<SpecializedBlobClientBuilder>, ConfigurationTrait<SpecializedBlobClientBuilder>, ConnectionStringTrait<SpecializedBlobClientBuilder>, EndpointTrait<SpecializedBlobClientBuilder>, HttpTrait<SpecializedBlobClientBuilder>, TokenCredentialTrait<SpecializedBlobClientBuilder>

This class provides a fluent builder API to help aid the configuration and instantiation of specialized Storage Blob clients, AppendBlobClient, AppendBlobAsyncClient, BlockBlobClient, BlockBlobAsyncClient, PageBlobClient, and PageBlobAsyncClient. These clients are used to perform operations that are specific to the blob type.
See Also: