<?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 Feature Table OBjectID in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/feature-table-objectid/m-p/1240182#M11532</link>
    <description>&lt;P&gt;Hello i have very big tables and on them i have to do intersection operation between graphics, example i have to find relations between sections and valves, in the old version 10.x.x there was the possibility to return only objectID as the return field of the query, this saved a lot of time and a lot of memory...example now i have read it via attributes (this table has more than 40 fields )... In version 100 there is no way to have only ObjectID as a return field on a Featuretable ?&lt;/P&gt;&lt;P&gt;Regards Roberto&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Dec 2022 15:57:33 GMT</pubDate>
    <dc:creator>robymun</dc:creator>
    <dc:date>2022-12-12T15:57:33Z</dc:date>
    <item>
      <title>Feature Table OBjectID</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/feature-table-objectid/m-p/1240182#M11532</link>
      <description>&lt;P&gt;Hello i have very big tables and on them i have to do intersection operation between graphics, example i have to find relations between sections and valves, in the old version 10.x.x there was the possibility to return only objectID as the return field of the query, this saved a lot of time and a lot of memory...example now i have read it via attributes (this table has more than 40 fields )... In version 100 there is no way to have only ObjectID as a return field on a Featuretable ?&lt;/P&gt;&lt;P&gt;Regards Roberto&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 15:57:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/feature-table-objectid/m-p/1240182#M11532</guid>
      <dc:creator>robymun</dc:creator>
      <dc:date>2022-12-12T15:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Table OBjectID</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/feature-table-objectid/m-p/1240205#M11534</link>
      <description>&lt;P&gt;Look at&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/api-reference/api/netstandard/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Data.QueryFeatureFields.html" target="_self"&gt;Enum QueryFeatureFields&amp;nbsp;&lt;/A&gt;&amp;nbsp;this should allow you to set to return&amp;nbsp;&lt;SPAN&gt;IdsOnly&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 16:31:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/feature-table-objectid/m-p/1240205#M11534</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2022-12-12T16:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Table OBjectID</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/feature-table-objectid/m-p/1240211#M11535</link>
      <description>&lt;P&gt;Unfortunately, this solution is not good for a FeatureTable but only for ArcGISFeatures , I don't understand why there is no possibility to pass this QueryFeatureFields parameter in geodatabase queries&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 16:42:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/feature-table-objectid/m-p/1240211#M11535</guid>
      <dc:creator>robymun</dc:creator>
      <dc:date>2022-12-12T16:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Table OBjectID</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/feature-table-objectid/m-p/1240673#M11537</link>
      <description>&lt;P&gt;Is your FeatureTable not of type ServiceFeatureTable? (ie can you cast it to this subclass?)&lt;BR /&gt;If it's a local non-service table, limiting the attributes doesn't have much effect, since you're not hitting the network.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 17:21:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/feature-table-objectid/m-p/1240673#M11537</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2022-12-13T17:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Table OBjectID</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/feature-table-objectid/m-p/1244181#M11570</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1052"&gt;@dotMorten_esri&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Is your FeatureTable not of type ServiceFeatureTable? (ie can you cast it to this subclass?)&lt;BR /&gt;If it's a local non-service table, limiting the attributes doesn't have much effect, since you're not hitting the network.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;Hi, i can't cast GeodataBaseFeatureTable into a&amp;nbsp;&lt;SPAN&gt;ServiceFeatureTable&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":sad_but_relieved_face:"&gt;😥&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I did some comparisons , in the old version 10.x there was on ios the following type of query&lt;/P&gt;&lt;P&gt;AGSQuery* queryIds = [AGSQuery query];&lt;BR /&gt;queryIds.geometry = geometryToIntersec;&lt;BR /&gt;queryIds.returnGeometry = false;&lt;BR /&gt;queryIds.spatialRelationship = AGSSpatialRelationshipIntersects;&lt;BR /&gt;[featureTable queryObjectIDsWithParameters:queryIds completion:^(NSArray *results, NSError *error)&lt;/P&gt;&lt;P&gt;this type of query returned only an array of objectIds which is what I need and it was super fast (I tested and the query runs in only 0.000320 milli seconds)&lt;/P&gt;&lt;P&gt;while now using a similar query in the 100.x version that however returns me all the data in the featureTable row takes us from 2-3 milliseconds ...this repeatedly executed thousands of times makes the time taken to run the algorithm we are developing grow exponentially. Below is the example of the query executed now&lt;/P&gt;&lt;P&gt;var param = new QueryParameters() { Geometry = geometryToIntersec, ReturnGeometry = false, SpatialRelationship = SpatialRelationship.Intersects };&lt;BR /&gt;var results = (await featureTable.QueryFeaturesAsync(param).ConfigureAwait(false)).ToList();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 10:59:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/feature-table-objectid/m-p/1244181#M11570</guid>
      <dc:creator>robymun</dc:creator>
      <dc:date>2022-12-29T10:59:25Z</dc:date>
    </item>
  </channel>
</rss>

