I am trying to update the maximum record count for a feature service in Portal. I have gone to the following page:
How To: Update the maximum record count for feature services in ArcGIS Online
However, this is (obviously) for ArcGIS Online. When I go to Update Definition in our Portal, I only get an input box rather than the full layer definition.
So, using the examples here: Update Definition (Feature Layer)—ArcGIS REST API: Services Directory | ArcGIS for Developers, I tried the following: { "MaxRecordCount" : 5000 } I receive the following error message:
{ "error": { "code": 500, "message": "Field 'MaxRecordCount' cannot be updated.", "details": [] } }
Any suggestions would be greatly appreciated.
Thank you,
Todd