so i want to query a feature layer thats accessed via AGOL but the actual features are served up from ArcGIS Server (i think its 10.3)
i have this in an ArcGIS Pro Notebook and it should be returning the second set of 100 records but instead its returning all 1800 records
UpdsFeat = FeatLyr.query(where = "DATEMODIFIED > (CURRENT_TIMESTAMP-45)",result_offset = 100, result_Record_Count = 100)
is is because the feature service is coming from an old version of ArcGIS Server that doesn't support the result_record_count & Results_offset?
thanks
Stu