IdNamespaceRule

data class IdNamespaceRule(val matchingKeys: List<String>, val ruleName: String)

Constructors

Link copied to clipboard
constructor(matchingKeys: List<String>, ruleName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of MatchingKeys . The MatchingKeys must have been defined in the SchemaMapping . Two records are considered to match according to this rule if all of the MatchingKeys match.

Link copied to clipboard

A name for the matching rule.