AttributeMap

A data structure that contains metadata for attributes.

NameData TypeDescription
AdditionalDataArray of APIProperty objectsNot used.
ColumnNameStringNot used.
ColumnNameMappedToStringNot used.
EntityNameStringNot used.
EntityNameMappedToStringSpecifies the name of the external entity mapped to a column.
NameStringName of the object or property.
ValueStringDefines 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.