Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.15 KB

File metadata and controls

14 lines (11 loc) · 1.15 KB

MDMetadataMapping

Properties

Name Type Description Notes
dataType String The SimSage data-type of the item [default to null]
display String A friendly display name for any UI component rendering this component [default to null]
extMetadata String the external metadata item being mapped [default to null]
metadata String The metadata-name inside SimSage for this item. Only a..z A..Z 0..9 and - are allowed as characters in this string. [default to null]
stringValueList String A list of string values (if string based) for this metadata category item. These are the values this document "belongs to" [default to null]
numberValueList String Alternatively, a list of numeric values (if number based) for this metadata category item. These are the values this document "belongs to" [default to null]

[Back to Model list] [Back to API list] [Back to README]