<?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>question Re: When to use the 'options' property for AtlasBaseTypeDefs in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/When-to-use-the-options-property-for-AtlasBaseTypeDefs/m-p/212114#M63161</link>
    <description>&lt;P&gt;As per my knowledge these are only being used for UI rendering. It acts like additional metadata about the entity.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jun 2017 23:04:23 GMT</pubDate>
    <dc:creator>anaik</dc:creator>
    <dc:date>2017-06-19T23:04:23Z</dc:date>
    <item>
      <title>When to use the 'options' property for AtlasBaseTypeDefs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/When-to-use-the-options-property-for-AtlasBaseTypeDefs/m-p/212113#M63160</link>
      <description>&lt;P&gt;Could someone help me understand when I would use the 'options' property? It's part of the AtlasBaseTypeDefs and has a type of 'map of string'. In the below example I can create an entity type, but I don't know how to use the 'options' property and under what circumstances I would want to. &lt;/P&gt;&lt;PRE&gt;{
   "enumDefs":[],
   "structDefs":[],
   "classificationDefs":[],
   "entityDefs":[
      {
         "superTypes":[
           "DataSet"
         ],
	"name":"test_entity_3",
	"description":"test_entity_3",
	"createdBy": "admin",
	"updatedBy": "admin",
	"options" : 
	     {
                "property1" : "when_to_use_1",
                "property2" : "when_to_use_2"
             },
         "attributeDefs":[
            {
               "name":"test_3",
               "isOptional":true,
               "isUnique":false,
               "isIndexable":false,
               "typeName":"string",
               "valuesMaxCount":1,
               "cardinality":"SINGLE",
               "valuesMinCount":0
            }
         ]
         
      }
   ]
}
&lt;/PRE&gt;</description>
      <pubDate>Sun, 18 Jun 2017 21:20:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/When-to-use-the-options-property-for-AtlasBaseTypeDefs/m-p/212113#M63160</guid>
      <dc:creator>laura_ngo</dc:creator>
      <dc:date>2017-06-18T21:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: When to use the 'options' property for AtlasBaseTypeDefs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/When-to-use-the-options-property-for-AtlasBaseTypeDefs/m-p/212114#M63161</link>
      <description>&lt;P&gt;As per my knowledge these are only being used for UI rendering. It acts like additional metadata about the entity.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 23:04:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/When-to-use-the-options-property-for-AtlasBaseTypeDefs/m-p/212114#M63161</guid>
      <dc:creator>anaik</dc:creator>
      <dc:date>2017-06-19T23:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: When to use the 'options' property for AtlasBaseTypeDefs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/When-to-use-the-options-property-for-AtlasBaseTypeDefs/m-p/212115#M63162</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3758/laurango.html" nodeid="3758"&gt;@Laura Ngo&lt;/A&gt;, &lt;STRONG&gt;"options"&lt;/STRONG&gt; was added to AtlasBaseTypeDef to allow additional metadata properties to be included with the type definition. These properties allow users to specify any key/value property or constraint on the type definition e.g. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;cluster = test_cluster&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;contains_all_primitive_attributes=true&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The options map is not being used currently but added for future use cases.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 00:27:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/When-to-use-the-options-property-for-AtlasBaseTypeDefs/m-p/212115#M63162</guid>
      <dc:creator>ssubramanian</dc:creator>
      <dc:date>2017-06-20T00:27:07Z</dc:date>
    </item>
  </channel>
</rss>

