Changes to maxRecordCount of a hosted feature service in a federated ArcGIS for Server are not honored.
上次发布: January 23, 2018ArcGIS for Server
漏洞 ID 编号
BUG-000098193
已提交
August 1, 2016
上次修改时间
June 5, 2024
适用范围
ArcGIS for Server
找到的版本
10.4.1
操作系统
Windows OS
操作系统版本
7.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
In order to set the maxRecordCount, use the updateDefinition operation on the services Admin API. This sets it for all layers. For example:
https://myserver.esri.com/server/rest/admin/services/Hosted/myservice/FeatureServer/updateDefinition
{ "maxRecordCount": 2000}
Users should use the REST Admin API instead of the Server Admin API for any modification to the hosted service.