SearchCondition
Derived from MatchConditionBase
List of fields for matching.
Properties
Name | Type | Definition |
---|---|---|
SearchValue | object | Value we want to search in the given field |
MasterRecordType | enum | How the master record should be defined MostPopulatedByTable = 1 Set the record which has data in the most fields as the master record MostRelevant = 2 Set record which matched with all other records in the group with higher average rate as master record * ClearAll = 3 Remove all master record marks from the data set |
Updated over 3 years ago