DatasetPropertyKeyArgs

data class DatasetPropertyKeyArgs(val path: Output<String>, val primaryKey: Output<Boolean>? = null) : ConvertibleToJava<DatasetPropertyKeyArgs>

Key that can be used for joining on enrich.

Constructors

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

Properties

Link copied to clipboard
val path: Output<String>

Path to the input value from the message.

Link copied to clipboard
val primaryKey: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DatasetPropertyKeyArgs