DomainRuleBasedMatchingConflictResolution

data class DomainRuleBasedMatchingConflictResolution(val conflictResolvingModel: String, val sourceName: String? = null)

Constructors

constructor(conflictResolvingModel: String, sourceName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How the auto-merging process should resolve conflicts between different profiles. Valid values are RECENCY and SOURCE

Link copied to clipboard
val sourceName: String? = null

The ObjectType name that is used to resolve profile merging conflicts when choosing SOURCE as the ConflictResolvingModel.