Azure / azure-storage-net-data-movement

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

Can we use data movement for azure data lake gen2? like copy files from file share to file system(data lake storage)? #177

Open imeya opened 5 years ago

imeya commented 5 years ago

In azure data lake gen2, there are file service and file systems(data lake storage), like below:

gen2

the question is that, is it possible copy files from file service to file systems(data lake storage) using DataMovement library?

EmmaZhu commented 5 years ago

Hi @imeya,

DataMovement Library supports to transfer between local folder/disk and file service. If you can mount data lake storage as a disk or a folder to you local machine, the scenario should be able to work.

Thanks Emma

imeya commented 5 years ago

@EmmaZhu, thank you. I will take a try.

mehmetagop commented 4 years ago

Hi,

Did this work with Data Lake Gen2?