<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to detect when a QueryTask has returned the maximum number of results? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-detect-when-a-querytask-has-returned-the/m-p/323795#M29843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Derek.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you update the doco at &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/#querytask"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/#querytask&lt;/A&gt;&lt;SPAN&gt; to include &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;exceededTransferLimit&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2013 03:22:14 GMT</pubDate>
    <dc:creator>StephenLead</dc:creator>
    <dc:date>2013-02-06T03:22:14Z</dc:date>
    <item>
      <title>How to detect when a QueryTask has returned the maximum number of results?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-detect-when-a-querytask-has-returned-the/m-p/323793#M29841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;On ArcGIS Server's admin side it's possible to set the maximum number of results which will be returned by a query - by default the value is 1,000 records.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I detect that this limit has been reached when performing a query?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eg, &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/3/query?&amp;amp;where=1%3D1&amp;amp;f=html" rel="nofollow" target="_blank"&gt;this query&lt;/A&gt;&lt;SPAN&gt; returns 1,000 records. Is it possible to detect that there are more records which were not returned, ie can I detect that I've hit a limitation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 02:36:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-detect-when-a-querytask-has-returned-the/m-p/323793#M29841</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2013-02-06T02:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect when a QueryTask has returned the maximum number of results?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-detect-when-a-querytask-has-returned-the/m-p/323794#M29842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;On ArcGIS Server's admin side it's possible to set the maximum number of results which will be returned by a query - by default the value is 1,000 records.&lt;BR /&gt;&lt;BR /&gt;Can I detect that this limit has been reached when performing a query?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, if you're querying a 10.1 service as this was added at 10.1 (cmd or ctrl + f for "exceededTransferLimit" on the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/rest/apiref/" rel="nofollow" target="_blank"&gt;What's New in 10.1 ArcGIS Server&lt;/A&gt;&lt;SPAN&gt; page).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The JS API passes the value of exceededTransferLimit returned by the server as a property on the result set returned by a query task. Here's an example:&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://jsfiddle.net/MYQen/" rel="nofollow" target="_blank"&gt;http://jsfiddle.net/MYQen/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 02:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-detect-when-a-querytask-has-returned-the/m-p/323794#M29842</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2013-02-06T02:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect when a QueryTask has returned the maximum number of results?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-detect-when-a-querytask-has-returned-the/m-p/323795#M29843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Derek.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you update the doco at &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/#querytask"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/#querytask&lt;/A&gt;&lt;SPAN&gt; to include &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;exceededTransferLimit&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 03:22:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-detect-when-a-querytask-has-returned-the/m-p/323795#M29843</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2013-02-06T03:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect when a QueryTask has returned the maximum number of results?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-detect-when-a-querytask-has-returned-the/m-p/323796#M29844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yep, we'll get it in there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 03:56:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-detect-when-a-querytask-has-returned-the/m-p/323796#M29844</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2013-02-06T03:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect when a QueryTask has returned the maximum number of results?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-detect-when-a-querytask-has-returned-the/m-p/323797#M29845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We do have this in the docs, but it's documented on &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/#FeatureSet/exceededTransferLimit"&gt;esri.tasks.FeatureSet&lt;/A&gt;&lt;SPAN&gt; as it's a property of the FeatureSet returned by a QueryTask.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The doc itself for exceededTransferLimit has some minor formatting issues but the content is there. We'll get the formatting issues fixed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 14:56:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-detect-when-a-querytask-has-returned-the/m-p/323797#M29845</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2013-02-06T14:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect when a QueryTask has returned the maximum number of results?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-detect-when-a-querytask-has-returned-the/m-p/323798#M29846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Derek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 19:34:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-detect-when-a-querytask-has-returned-the/m-p/323798#M29846</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2013-02-06T19:34:15Z</dc:date>
    </item>
  </channel>
</rss>

