MatchingWorkflowOutputAttribute

data class MatchingWorkflowOutputAttribute(val hashed: Boolean? = null, val name: String)

Constructors

Link copied to clipboard
constructor(hashed: Boolean? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hashed: Boolean? = null

Enables the ability to hash the column values in the output.

Link copied to clipboard

A name of a column to be written to the output. This must be an InputField name in the schema mapping.