Azure-Samples / Azure-Samples/data-lake-store-adls-dot-net-get-started
Issue about recursive enumerate directory
Open
- Dominant language
- C#
- Stars
- 11
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
I have an issue about EnumerateDirectory function, does it support recursive enumerate ? Currently I need a function to recursive retrieve from a folder to all subfolders and files inside it, but i can't find it in this repo, I must do it by manual and it impact to the performance of my code, for example:
`foreach (var entry in client.EnumerateDirectory("/Test"))
{
client.EnumerateDirectory(entry);
......
}`
Any body can help me ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.