Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

getSeries returning a maximum of 10 000 rows without continuation token #25

Open
SiriOvregard opened this issue May 28, 2020 · 1 comment

Comments

@SiriOvregard
Copy link
Collaborator

When calling any of the getData...() functions with argument aggregation=None causing API getSeries() method to be used, a maximum of 10 000 rows are returned without any continuation token. According to examples in the documentation, a continuation token should be given.

The case might be that the maximum limit of 10 000 number of TSM objects per request (docs) "overrides" the return of a continuation token, I am not sure.

When using the aggregateSeries() method, there seems to be no limit and continuation token is returned.

@SiriOvregard
Copy link
Collaborator Author

Research indicates that there indeed is a 10 000 row limit for getSeries(). Functionality should be added to the client in order to account for the fact. Here is a reference.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant