Select to view content in your preferred language

How to limit records retrieved from feature service with ArcGIS API for Python

517
1
09-27-2019 01:54 PM
KerryHalligan1
New Contributor

I'm trying to limit the records that get returned from a query.  It looks like result_record_count should work but I'm still getting all 2998 features.  Hoping someone can help.  Here's the code I'm using

0 Kudos
1 Reply
HåkonDreyer
Esri Contributor

Hi, Kerry

For some reason you have to add return_all_records=False to the query.

0 Kudos