How to update a lot of records using REST nodejs

343
0
06-30-2020 05:38 AM
MartinCernak
New Contributor II

How to retrieve a lot of data from feature layer, I need to set one attribute on 120000 features to false using cron and nodejs, REST by default returns 10000 features Considerations and Limitations—ArcGIS REST API: Users, groups, and content | ArcGIS for Developers. So I pagginated using `resultOffset` but it return invalid query parameters when resultOffset is over 100000. I also tried returnIdsOnly set to true but then query timeout. In jupyter notebook it works even without these things

0 Kudos
0 Replies