How to use the continuation marker when listing the contents of a data-lake directory? #1629
-
Hello, I have been wrangling this issue most of today and have run out of ideas... I have a rust application that uses "azure_storage_datalake" at https://github.com/ Azure/Azure-Sdk-for-rust. Unfortunately, I have not been able to figure out or find an example of using the continuation token to enumerate the contents of a directory in our data lake. I get the first batch of data successfully, but when using the continuation token, I never get new data. Here is the relevant code. I'd appreciate any tips. Thank you for your time and interest.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured out the issue. Here is the code that works in case someone needs it:
|
Beta Was this translation helpful? Give feedback.
I figured out the issue. Here is the code that works in case someone needs it: