2021.1

Table Of Contents
Data Value search Search for data entities based on the value of a data record field.
Comprises objects containing the following name/value pairs:
l ruleType VALUE
l fieldName the name of the data record field (type of string)
l condition the comparison condition (value of either EQ (=), NE (!=), LT (<), GT (>),
LTE (<=), GTE (>=), CONTAINS, NOT_CONTAINS, STARTS_WITH, ENDS_WITH, LIKE, NOT_LIKE,
IN or NOT IN)
l value1 the comparison value
Can be one of either of the following, depending upon data field selection:
l For data field name: These comprise objects containing the following
name/value pairs:
l type FIELD
l value the comparison value (type of string)
l For data field value: value1 the comparison value (type of string)
Property Value search Search for data entities based on the value of a data entity
property
Comprises objects containing the following name/value pairs:
l ruleType PROPERTY
l property the name of the data entity property (type of string)
l condition the comparison condition (value of either EQ (=), NE (!=), LT (<), GT (>),
LTE (<=), GTE (>=), CONTAINS, NOT_CONTAINS, STARTS_WITH, ENDS_WITH, LIKE, NOT_LIKE,
IN or NOT IN)
l value the comparison value
Can be one of either of the following, depending upon property type selection:
l For property name: These comprise objects containing the following
name/value pairs:
l type FIELD
l value the comparison value (type of string)
l For property value: value the comparison value (type of string)
Value In search search for the data values contained within a list.
Comprises objects containing the following name/value pairs:
Page 132