Ravi Anand

Ravi Anand

  • NA
  • 2
  • 1.5k

CloudFileDirectory.ListFilesAndDirectoriesSegmented()

Feb 8 2016 7:28 AM

1down votefavorite

i have been working with microsoft azure filestorage and able to list all directories and files using ListFilesAndDirectories() from CloudFileDirectory class. but if there are huge amount of files, its taking 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 ListFilesAndDirectoriesSegmented() method in c# or VB. if anyone has reference for the same, please do this favor to me.

Thanks in advance.