Skip to content

[FEATURE REQ] ReadOnlyMemory<byte> overload for AppendBlobClient.AppendBlockAsync #50914

Open
@Peter-Juhasz

Description

@Peter-Juhasz

Library name

Azure.Storage.Blobs

Please describe the feature.

There is only a Stream overload for AppendBlockAsync, and while we can have a pool of MemoryStream instances, it is far from the best choice for high performance scenarios (e.g. writing some kind of log entries to an append blob - which may be a common scenario).

An overload with ReadOnlyMemory<byte> to avoid allocations and copying would be great. Also, an BinaryData overload to be consistent with modern .NET.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ClientThis issue is related to a non-management packageService AttentionWorkflow: This issue is responsible by Azure service team.StorageStorage Service (Queues, Blobs, Files)customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions