DataFlowBuiltInTransformationDatasetResponse

data class DataFlowBuiltInTransformationDatasetResponse(val description: String? = null, val expression: String? = null, val inputs: List<String>, val key: String, val schemaRef: String? = null)

DataFlow BuiltIn Transformation dataset properties

Constructors

constructor(description: String? = null, expression: String? = null, inputs: List<String>, key: String, schemaRef: 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 dataset.

Link copied to clipboard
val expression: String? = null

Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 $2 (Assuming inputs section $1 and $2 are provided)

Link copied to clipboard

List of fields for enriching from the Broker State Store.

Link copied to clipboard
val key: String

The key of the dataset.

Link copied to clipboard
val schemaRef: String? = null

The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.