exceededTransferLimit is not returned in the response from querying a service. It is not recognizable whether more query results are available or not.
ArcGIS GIS Server
漏洞 ID 编号
BUG-000169655
已提交
August 1, 2024
上次修改时间
August 26, 2025
适用范围
ArcGIS GIS Server
找到的版本
11.2
操作系统
Windows Server
操作系统版本
2016 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
Per documentation: 'The exceededTransferLimit property is now included in the JSON response when paging through a query result with the resultOffset and resultRecordCount parameters. When exceededTransferLimit is true, it indicates there are more query results and you can continue to page through the results. When exceededTransferLimit is false, or this property is absent in a query result, it indicates that you have reached the end of the query results'. Source: https://developers.arcgis.com/rest/services-reference/enterprise/query-map-service-layer/
If the exceededTransferLimit parameter is absent, it indicates the end of the query results (no more query results are available based on its absence).