Data Source Transformation
data class DataSourceTransformation(val stepToApply: DataSourceTransformationStepToApply, val transformationFunction: DataSourceTransformationFunction)
A Lambda function that processes documents.
Constructors
Link copied to clipboard
constructor(stepToApply: DataSourceTransformationStepToApply, transformationFunction: DataSourceTransformationFunction)