Azure / azure-storage-net-data-movement

Azure Storage Data Movement Library for .Net
MIT License
275 stars 133 forks source link

I am using this API for my Azure Data Lake Gen2 and it seems to work #282

Open dheerajawale-svg opened 3 years ago

dheerajawale-svg commented 3 years ago

Which service(blob, file) does this issue concern?

I am using this API for my Azure Data Lake Gen2 and it seems to work when move data between directories using TransferManager.CopyAsync() method. How come you say it is not supported

Which version of the SDK was used?

2.0.4

On which platform were you using? (.Net Framework version or .Net Core version, and OS version)

.Net Core version

How can the problem be reproduced? It'd be better if the code caused the problem can be shared.

image

What problem was encountered?

document says it does not work with data lake where as I am able to use it for copying data

Have you found a mitigation/solution?

image