{"id":82851,"date":"2018-02-23T09:00:01","date_gmt":"2018-02-23T09:00:01","guid":{"rendered":"http:\/\/www.esri.com\/arcgis-blog\/products\/product\/uncategorized\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer\/"},"modified":"2018-03-26T21:17:07","modified_gmt":"2018-03-26T21:17:07","slug":"whats-new-in-10-6-new-properties-exposed-on-the-feature-layer","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer","title":{"rendered":"What&#039;s New in 10.6 &#8211; New Properties Exposed on the Feature Layer"},"author":7421,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[37101],"tags":[35451,28621,24501,36381,23571,35821],"industry":[],"product":[36571,36561],"class_list":["post-82851","blog","type-blog","status-publish","format-standard","hentry","category-announcements","tag-arcgis-10-6","tag-feature-layers","tag-feature-services","tag-properties","tag-whats-new","tag-whats-new-in-arcgis-enterprise","product-arcgis-enterprise","product-arcgis-pro"],"acf":{"short_description":"Today I would like show you the new properties exposed on the feature layer. These properties are new in 10.6 for services that reference...","flexible_content":[{"acf_fc_layout":"content","content":"<p>Today I would like show you the new properties exposed on the feature layer. These properties are new in 10.6 for services that reference an enterprise geodatabase. If you want to see a general overview of the new feature service capabilities in 10.6, see my other post: <a href=\"https:\/\/blogs.esri.com\/esri\/arcgis\/2018\/01\/19\/whats-new-in-feature-services-with-the-10-6-release\/\">What\u2019s New with Feature Services in 10.6<\/a>.<\/p>\n<div>\n<p>You might be saying to yourself: &#8220;Wait a minute &#8211; there are new layer properties in 10.6?&#8221; There certainly are, and they allow you to better understand and describe your data.<\/p>\n<\/div>\n<p><a href=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/FLayer2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-100987 noIMGBackground\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/FLayer2-300x149.png\" alt=\"Properties on the feature layer\" width=\"300\" height=\"149\" \/><\/a><\/p>\n<h2>modelName<\/h2>\n<p>The first property I would like to talk about is <code>modelName<\/code>.\u00a0Fields in a geodatabase can have\u00a0up to three names: the true\u00a0name, the alias name, or the model name. If developers are making custom objects, they can use <code>modelName <\/code>as a tool to guarantee the names of objects separate from the true name or alias name.\u00a0Simply put, the <a href=\"http:\/\/resources.arcgis.com\/en\/help\/arcobjects-net\/componenthelp\/index.html#\/IModelInfo_Interface\/0025000004s9000000\/\"><code>modelName<\/code> <\/a>property describes the model name for the geodatabase table. It is exposed on both fields and layers, and provided\u00a0by back-end geodatabase tables, feature classes, and fields.<\/p>\n<h2>isDataArchived<\/h2>\n<p>The next property is called <code>isDataArchived<\/code>. It\u00a0can be true or false\u00a0depending on whether your data is archived or not. If your data is archived, this property allows the feature layer to support queries with <code>historicMoment<\/code>. These two in combination allow you to view changes made to your data at a specific point in time. Querying with <code>historicMoment <\/code>is supported if your data is (1)\u00a0branch versioned, (2) non-versioned with archiving enabled, or (3) traditionally versioned with archiving enabled on the default version.<\/p>\n<p>To clarify the third option,\u00a0it means that\u00a0you need to make sure you are querying against the default version.\u00a0If you publish data from a named version and don&#8217;t specify\u00a0a version name when you query with a\u00a0<code>historicMoment<\/code>, the named version will be used by default\u00a0and will give you an error.\u00a0To avoid this confusion, make sure you either\u00a0publish your data from the default version or specify the\u00a0default version with <code>historicMoment <\/code>when querying traditionally versioned data with archiving enabled .\u00a0If you want to learn more about archiving, visit <a href=\"http:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/manage-data\/geodatabases\/geodatabase-archiving.htm\">this page<\/a>. If you want to know more about historical moments, visit <a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/help\/data\/geodatabases\/overview\/working-with-historical-moments.htm\">this page<\/a>.<\/p>\n<h2>isCoGoEnabled<\/h2>\n<p>Like <code>isDataArchived<\/code>, the\u00a0<code>isCoGoEnabled<\/code> property can also be true or false, but instead\u00a0identifies whether a layer has coordinate geometry enabled. If you&#8217;re not sure what coordinate geometry is, it&#8217;s\u00a0a method for calculating\u00a0locations from surveyed bearings, distances, and angles typically used in land surveying. If you want to learn more about using coordinate geometry with your data, click <a href=\"http:\/\/pro.arcgis.com\/en\/pro-app\/tool-reference\/data-management\/enable-cogo.htm\">here<\/a>.<\/p>\n<h2>parentLayer<\/h2>\n<p>With the introduction of the <a href=\"http:\/\/pro.arcgis.com\/en\/pro-app\/help\/data\/utility-network\/create-a-utility-network.htm\">Utility Network<\/a> in 10.6, a new layer property was exposed on the feature layer called <code>parentLayer<\/code>. The purpose of the <code>parentLayer<\/code> property is to reference the utility network layer from sublayers of the utility network layer. To explain a little further, the utility network layer itself has a series of sublayers. It is within these sublayers that the <code>parentLayer<\/code> property is designed for, to essentially identify that they are a part of the utility network parent layer. Now, what if you&#8217;re working with layers that are not sublayers of a utility network layer? In that case, the value of <code>parentLayer <\/code>is <code>NULL<\/code>.<\/p>\n<h2>defaultValue &amp; description<\/h2>\n<p>If you assign a field in your geodatabase a default value, as of 10.6 it will now show the field with a <code>defaultValue<\/code> property, and if you have domains in your geodatabase, they now have a set property called <code>description<\/code>.\u00a0Looking at your data, it\u00a0might look something like this:<\/p>\n<pre>\"fields\": [\n   {\n    \"name\": \"shortint\",\n    \"type\": \"esriFieldTypeInteger\"\n    \"domain\": {\n        \"type\": \"range\",\n        \"name\": \"integer\",\n        \"description\": \"valid numbers\" | \"\"\n        }\n    \"defaultValue\": 0 | null\n   }\n]<\/pre>\n<p>If you do not specify a default value, the value will be set to <code>null<\/code>. If you don&#8217;t specify a description, the property will default to an empty string value.<\/p>\n<p>Something you need to keep in mind is that these properties show up only when you have data published\u00a0to an ArcGIS Enterprise federated server where your data is stored in a registered enterprise geodatabase.<\/p>\n"}],"authors":[{"ID":7421,"user_firstname":"Sarah","user_lastname":"Scott","nickname":"Sarah Scott","user_nicename":"sarahmegan200","display_name":"Sarah Scott","user_email":"SScott@esri.com","user_url":"","user_registered":"2018-03-21 18:21:18","user_description":"","user_avatar":"<img alt='' src='https:\/\/secure.gravatar.com\/avatar\/2db6e66925440e9dcae076e1b068a255d610bacbddb3b3207c12c2102de8e9d1?s=96&#038;d=blank&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/2db6e66925440e9dcae076e1b068a255d610bacbddb3b3207c12c2102de8e9d1?s=192&#038;d=blank&#038;r=g 2x' class='avatar avatar-96 photo' height='96' width='96' loading='lazy' decoding='async'\/>"}]},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What&#039;s New in 10.6 - New Properties Exposed on the Feature Layer<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What&#039;s New in 10.6 - New Properties Exposed on the Feature Layer\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2018-03-26T21:17:07+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer\"},\"author\":{\"name\":\"Sarah Scott\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/85e621935fd4d2c4efe4079dbb0173d4\"},\"headline\":\"What&#039;s New in 10.6 &#8211; New Properties Exposed on the Feature Layer\",\"datePublished\":\"2018-02-23T09:00:01+00:00\",\"dateModified\":\"2018-03-26T21:17:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer\"},\"wordCount\":12,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"ArcGIS 10.6\",\"feature layers\",\"feature services\",\"properties\",\"what's new\",\"What's new in ArcGIS Enterprise\"],\"articleSection\":[\"Announcements\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer\",\"name\":\"What&#039;s New in 10.6 - New Properties Exposed on the Feature Layer\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2018-02-23T09:00:01+00:00\",\"dateModified\":\"2018-03-26T21:17:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What&#039;s New in 10.6 &#8211; New Properties Exposed on the Feature Layer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/85e621935fd4d2c4efe4079dbb0173d4\",\"name\":\"Sarah Scott\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2db6e66925440e9dcae076e1b068a255d610bacbddb3b3207c12c2102de8e9d1?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2db6e66925440e9dcae076e1b068a255d610bacbddb3b3207c12c2102de8e9d1?s=96&d=blank&r=g\",\"caption\":\"Sarah Scott\"},\"url\":\"\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What&#039;s New in 10.6 - New Properties Exposed on the Feature Layer","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer","og_locale":"en_US","og_type":"article","og_title":"What&#039;s New in 10.6 - New Properties Exposed on the Feature Layer","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2018-03-26T21:17:07+00:00","twitter_card":"summary_large_image","twitter_site":"@ESRI","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer"},"author":{"name":"Sarah Scott","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/85e621935fd4d2c4efe4079dbb0173d4"},"headline":"What&#039;s New in 10.6 &#8211; New Properties Exposed on the Feature Layer","datePublished":"2018-02-23T09:00:01+00:00","dateModified":"2018-03-26T21:17:07+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer"},"wordCount":12,"commentCount":0,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["ArcGIS 10.6","feature layers","feature services","properties","what's new","What's new in ArcGIS Enterprise"],"articleSection":["Announcements"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer","name":"What&#039;s New in 10.6 - New Properties Exposed on the Feature Layer","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2018-02-23T09:00:01+00:00","dateModified":"2018-03-26T21:17:07+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/announcements\/announcements\/whats-new-in-10-6-new-properties-exposed-on-the-feature-layer#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"What&#039;s New in 10.6 &#8211; New Properties Exposed on the Feature Layer"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/85e621935fd4d2c4efe4079dbb0173d4","name":"Sarah Scott","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2db6e66925440e9dcae076e1b068a255d610bacbddb3b3207c12c2102de8e9d1?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2db6e66925440e9dcae076e1b068a255d610bacbddb3b3207c12c2102de8e9d1?s=96&d=blank&r=g","caption":"Sarah Scott"},"url":""}]}},"text_date":"February 23, 2018","author_name":"Sarah Scott","author_page":false,"custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/08\/Newsroom-Keyart-Wide-1920-x-1080.jpg","primary_product":"ArcGIS Enterprise","tag_data":[{"term_id":35451,"name":"ArcGIS 10.6","slug":"arcgis-10-6","term_group":0,"term_taxonomy_id":35451,"taxonomy":"post_tag","description":"","parent":0,"count":9,"filter":"raw"},{"term_id":28621,"name":"feature layers","slug":"feature-layers","term_group":0,"term_taxonomy_id":28621,"taxonomy":"post_tag","description":"","parent":0,"count":21,"filter":"raw"},{"term_id":24501,"name":"feature services","slug":"feature-services","term_group":0,"term_taxonomy_id":24501,"taxonomy":"post_tag","description":"","parent":0,"count":19,"filter":"raw"},{"term_id":36381,"name":"properties","slug":"properties","term_group":0,"term_taxonomy_id":36381,"taxonomy":"post_tag","description":"","parent":0,"count":1,"filter":"raw"},{"term_id":23571,"name":"what's new","slug":"whats-new","term_group":0,"term_taxonomy_id":23571,"taxonomy":"post_tag","description":"","parent":0,"count":582,"filter":"raw"},{"term_id":35821,"name":"What's new in ArcGIS Enterprise","slug":"whats-new-in-arcgis-enterprise","term_group":0,"term_taxonomy_id":35821,"taxonomy":"post_tag","description":"","parent":0,"count":17,"filter":"raw"}],"category_data":[{"term_id":37101,"name":"Announcements","slug":"announcements","term_group":0,"term_taxonomy_id":37101,"taxonomy":"category","description":"","parent":0,"count":1957,"filter":"raw"}],"product_data":[{"term_id":36571,"name":"ArcGIS Enterprise","slug":"arcgis-enterprise","term_group":0,"term_taxonomy_id":36571,"taxonomy":"product","description":"","parent":0,"count":972,"filter":"raw"},{"term_id":36561,"name":"ArcGIS Pro","slug":"arcgis-pro","term_group":0,"term_taxonomy_id":36561,"taxonomy":"product","description":"","parent":0,"count":2035,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=arcgis-enterprise","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/82851","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/7421"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=82851"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/82851\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=82851"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=82851"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=82851"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=82851"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=82851"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}