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
{{ message }}
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When calling any of the
getData...()
functions with argumentaggregation=None
causing APIgetSeries()
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.The text was updated successfully, but these errors were encountered: