Skip to content
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

(S1/S2) How to fetch more than 10000 records from Azure Time Series in one API call? #3

Closed
RK-Rahul opened this issue Jul 19, 2018 · 1 comment

Comments

@RK-Rahul
Copy link

I am developing one application where I am pushing sensor telemetries @ 1 second.

I want to export all telemetries for a Date range and the record will be then definitely more than 10000.

As per the documentation API can return only 10000 records(because that is the max limit) in the response so how can I get all records against the search criteria ?

@yeskarthik yeskarthik changed the title How to fetch more than 10000 records from Azure Time Series in one API call? (S1/S2) How to fetch more than 10000 records from Azure Time Series in one API call? Mar 19, 2019
@yeskarthik
Copy link
Collaborator

For S1/S2 environments

Currently the API can only return 10000 events in one call. When you do a /events call - Top by time ($ts), you can make a subsequent call by setting the "from" timestamp in the searchspan as the largest timestamp in the previous response.

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

No branches or pull requests

2 participants