DomainMatchingAutoMerging

data class DomainMatchingAutoMerging(val conflictResolution: DomainMatchingAutoMergingConflictResolution? = null, val consolidation: DomainMatchingAutoMergingConsolidation? = null, val enabled: Boolean, val minAllowedConfidenceScoreForMerging: Double? = null)

Constructors

Link copied to clipboard
constructor(conflictResolution: DomainMatchingAutoMergingConflictResolution? = null, consolidation: DomainMatchingAutoMergingConsolidation? = null, enabled: Boolean, minAllowedConfidenceScoreForMerging: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A block that specifies how the auto-merging process should resolve conflicts between different profiles. Documented below.

Link copied to clipboard

A block that specifies a list of matching attributes that represent matching criteria. If two profiles meet at least one of the requirements in the matching attributes list, they will be merged. Documented below.

Link copied to clipboard

The flag that enables the auto-merging of duplicate profiles.