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/