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
Now limit is used with the functions OmniaClient.time_series.list() and OmniaClient.time_series.data() to limit the number of TimeSeries and DataPoint returned.
Should it instead just limit the number of items returned per page and the query continue to fetch all pages (as long as the continuation token is not None)?
Now
limitis used with the functionsOmniaClient.time_series.list()andOmniaClient.time_series.data()to limit the number ofTimeSeriesandDataPointreturned.Should it instead just limit the number of items returned per page and the query continue to fetch all pages (as long as the continuation token is not None)?