You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The explanation was: "As for why the SDK does not just give a json null value for the continuation token: The SDK has reached the end for a given partition but mstill needs to visit other partitions to know for sure that there are no more documents that match your filter / need to be returned to the client."
But it's unclear whether should the user treat this as last page. @aliuy
Any help?
The text was updated successfully, but these errors were encountered:
@sophiaso A null token is the last page for a given partition range. If it is the last page of data on the last partition range, then the whole json itself will be null.
When querying with pagination for partitioned collection, for the last page, the pagination token is not null, but the token field is null. e.g.,
Does above token indicate it's already the last page? Though in my case, it's actually the last page, besides the whole json itself is not null.
Similar issue here:
https://stackoverflow.com/a/51868733
The explanation was:
"As for why the SDK does not just give a json null value for the continuation token: The SDK has reached the end for a given partition but mstill needs to visit other partitions to know for sure that there are no more documents that match your filter / need to be returned to the client."
But it's unclear whether should the user treat this as last page. @aliuy
Any help?
The text was updated successfully, but these errors were encountered: