Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.48k stars 4.81k forks source link

[FEATURE REQ] Add ShouldTransferCallbackAsync to Azure.Storage.DataMovement #37844

Open Isaac-Lee-msft opened 1 year ago

Isaac-Lee-msft commented 1 year ago

Library name

Azure.Storage.DataMovement

Please describe the feature.

Add ShouldTransferCallbackAsync from the previous datamovement sdk to the new one to support backwards compatibility. The callback helps to fine tune which blobs should be transferred in a given container to container copy. Or enable adding some async linq filtering capability to be added onto GetBlobsAsync in BlobStorageResourceContainer.cs.

github-actions[bot] commented 1 year ago

Thank you for your feedback. This has been routed to the support team for assistance.

navba-MSFT commented 1 year ago

Adding Service team to look into this.

github-actions[bot] commented 1 year ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.

amnguye commented 1 year ago

Relabeled as a feature request.

specialforest commented 2 months ago

Without this feature we cannot migrate from v2 without rewriting copy logic.