Rahi Gadiya

Rahi Gadiya

  • NA
  • 16
  • 732

CloudFileDirectory.ListFilesAndDirectoriesSegmented()

Dec 13 2021 9:33 AM

I have been working with Microsoft Azure file storage and am able to list all directories and files using ListFilesAndDirectories() from CloudFileDirectory class. but if there are a huge amount of files, it takes a long time to retrieve all data in this way. so i overcome somehow to use ListFilesAndDirectoriesSegmented() method. but I could not able to find any such example of the ListFilesAndDirectoriesSegmented() method in c# or VB. if anyone has a reference for the same, please do this favor to me.

Thanks in advance.