すべてのオブジェクトではなく、レコードの数のみを取得するためにクエリを実行したい。
している:
"""<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:ns0="http://www.service-now.com/incident"
xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<ns1:Body>
<ns0:getRecords>
<ns0:__limit>100</ns0:__limit>
</ns0:getRecords>
</ns1:Body>
</SOAP-ENV:Envelope>
しかし、100を制限するすべてのオブジェクトを返し、遅いままです。より良いパフォーマンスのために、レコードの数だけを返すと、より良くなると思います。
方法はありますか?