DataflowBuiltInTransformationSettingsResponse

data class DataflowBuiltInTransformationSettingsResponse(val datasets: List<DataflowBuiltInTransformationDatasetResponse>? = null, val filter: List<DataflowBuiltInTransformationFilterResponse>? = null, val map: List<DataflowBuiltInTransformationMapResponse>? = null, val schemaRef: String? = null, val serializationFormat: String? = null)

Dataflow BuiltIn Transformation properties

Constructors

constructor(datasets: List<DataflowBuiltInTransformationDatasetResponse>? = null, filter: List<DataflowBuiltInTransformationFilterResponse>? = null, map: List<DataflowBuiltInTransformationMapResponse>? = null, schemaRef: String? = null, serializationFormat: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enrich data from Broker State Store. Dataset references a key in Broker State Store.

Link copied to clipboard

Filters input record or datapoints based on condition.

Link copied to clipboard

Maps input to output message.

Link copied to clipboard
val schemaRef: String? = null

Reference to the schema that describes the output of the transformation.

Link copied to clipboard

Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json