<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.22.0" />
Azure.Storage.StorageProgressExtensions
namespace Azure.
Storage
{
internal static class StorageProgressExtensions
{
public static Stream WithProgress(
this Stream stream,
IProgress<
long>
progressHandler);
}
}