DatasetPropertyKeyResponse

data class DatasetPropertyKeyResponse(val path: String, val primaryKey: Boolean? = null)

Key that can be used for joining on enrich.

Constructors

Link copied to clipboard
constructor(path: String, primaryKey: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Path to the input value from the message.

Link copied to clipboard
val primaryKey: Boolean? = null

If true the property will be used as a primary key. At most one primary key can exists.