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.
What problem was encountered?
document says it does not work with data lake where as I am able to use it for copying data
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.
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?