Skip to content

[FEATURE REQ]Support AppendBlobResource and PageableBlobResource in Spring #21461

Closed as not planned
@z1069867141

Description

@z1069867141

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 on AppendBlobClient and PageBlobClient 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
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    ClientThis issue points to a problem in the data-plane of the library.azure-springAll azure-spring related issuesazure-spring-storageSpring storage releated issues.feature-requestThis issue requires a new behavior in the product in order be resolved.

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions