-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Paging] Expose nextLink/Continuation Token as part of the returned items #1326
Comments
@deyaaeldeen are you going to fix this issue soon ? as this is blocking customer migrate from track1 to track2 Azure/azure-sdk-for-js#17499 (comment) Could you take this as a higher priority ? |
@qiaozha I will defer to @sarangan12 and the code gen crew to address this issue but I agree it should take high priority. Also, #1199 is related and is equally if not more important since it enables customers to get pages from specific continuation tokens. I am happy to offer guidance and to participate in any design discussions for it. |
@deyaaeldeen Thanks for the response (ofcourse I need your input in design :-)) . @qiaozha As this is blocking customer, I will take this as high priority and start working on this. |
@sarangan12 is there any updates for this ? Thanks |
@sarangan12 do you need me to review the prototype PR ? or is the design still in discussion ? |
@qiaozha The coding for the generator is still in progress. The scenarios are complicated and I am new to this paging operation. So, it is taking more time (This is the third day I am working on it) So, any help you could provide in that area if you have time would be appreciated, Alternatively, you could test the change in any of the SDKs and confirm the code changes will work |
@sarangan12 any updates with the coding change in the code generator ? I am currently working on adding back the sample generation because of audit fix don't have much time to take a look at this feature. Thanks |
Sad to see this hasn't been getting attention. 😐 |
@MRayermannMSFT just merged this, let me know if you have any feedback or issues with using it. |
Some customers need access to it to suspend and resume iterating. See Azure/azure-sdk-for-js#20380 (comment)
The text was updated successfully, but these errors were encountered: