Open
Description
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
Labels
This issue is related to a non-management packageWorkflow: This issue is responsible by Azure service team.Storage Service (Queues, Blobs, Files)Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK teamThe issue doesn't require a change to the product in order to be resolved. Most issues start as that