AttributeMap
A data structure that contains metadata for attributes.
| Name | Data Type | Description |
|---|---|---|
AdditionalData | Array of APIProperty objects | Not used. |
ColumnName | String | Not used. |
ColumnNameMappedTo | String | Not used. |
EntityName | String | Not used. |
EntityNameMappedTo | String | Specifies the name of the external entity mapped to a column. |
Name | String | Name of the object or property. |
Value | String | Defines value to be used in filter or other object. In filters, the BETWEEN operator requires two Values. IN can handle multiple Values. All other operators require only one Value. isNull and isNotNull ignore any supplied values and don't return an error. |