JHibbard commented on issue #3970:
URL: https://github.com/apache/arrow-rs/issues/3970#issuecomment-1488010076

   The Azure Data Lake Storage Gen2 REST API has endpoints for [`filesystem 
list`](https://learn.microsoft.com/en-us/rest/api/storageservices/datalakestoragegen2/filesystem/list)
 and [`path 
list`](https://learn.microsoft.com/en-us/rest/api/storageservices/datalakestoragegen2/path/list)
 that looks interesting, but the documentation is vague. ADLS-G2 is 
hierarchical in nature... so some offset/skipping API is likely available 
somewhere.
   
   filesystem list:
   - prefix: Filters results to filesystems within the specified prefix.
   
   path list:
   - directory: Filters results to paths within the specified directory. An 
error occurs if the directory does not exist.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to