DataFlowBuiltInTransformationMapResponse

data class DataFlowBuiltInTransformationMapResponse(val description: String? = null, val expression: String? = null, val inputs: List<String>, val output: String, val type: String? = null)

DataFlow BuiltIn Transformation map properties

Constructors

Link copied to clipboard
constructor(description: String? = null, expression: String? = null, inputs: List<String>, output: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A user provided optional description of the mapping function.

Link copied to clipboard
val expression: String? = null

Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided)

Link copied to clipboard

List of fields for mapping in JSON path expression.

Link copied to clipboard

Where and how the input fields to be organized in the output record.

Link copied to clipboard
val type: String? = null

Type of transformation.