The query operation on a service published on ArcGIS Online does not recognize parameters set in the Result Record Count field when the Return IDs Only option is set to True.
上次发布: November 5, 2018ArcGIS Online
漏洞 ID 编号
BUG-000095744
已提交
April 13, 2016
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
3.10
操作系统
N/A
操作系统版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is expected behavior of the Return IDs Only parameter.
This parameter does not have a limit to the number of ObjectIDs returned, as specified in the REST API Documentation.
"returnIdsOnly
Description: If true, the response only includes an array of object IDs. Otherwise the response is a feature set. The default is false.
Note that while there is a limit on the number of features included in the feature set response, there is no limit on the number of object IDs returned in the ID array response. Clients can exploit this to get all the query conforming object IDs by specifying returnIdsOnly=true and subsequently requesting feature sets for subsets of object IDs."
http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Query_Map_Service_Layer/02r3000000p1000000/