[FEATURE REQ]Support AppendBlobResource and PageableBlobResource in Spring #21461
Labels
azure-spring
All azure-spring related issues
azure-spring-storage
Spring storage releated issues.
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
Milestone
Context
we should support pageable blob and append blob too.
Now in our Spring Cloud Azure libraries, we only have implementation based on blockBlobClient, which means spring-cloud-azure-starter-storage-blob only support block blob, but Azure Storage Blob service support three kinds of blobs:
in order to cover more usage scenarios for users, we should implementations based on
AppendBlobClient
andPageBlobClient
if we want to support appendblob and pageable blob.Goal
Support AppendBlobResource and PageableBlobResource in Spring Cloud Azure.
Reference
Understanding block blobs, append blobs, and page blobs
The text was updated successfully, but these errors were encountered: