-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed as not planned
Closed as not planned
Copy link
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.azure-springAll azure-spring related issuesAll azure-spring related issuesazure-spring-storageSpring storage releated issues.Spring storage releated issues.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Milestone
Description
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:
- block blobs
- append blobs
- page blobs
in order to cover more usage scenarios for users, we should implementations based onAppendBlobClient
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
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.azure-springAll azure-spring related issuesAll azure-spring related issuesazure-spring-storageSpring storage releated issues.Spring storage releated issues.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Type
Projects
Status
Done