recordSchema

@JvmName(name = "ncfpkkaqfpmbxugf")
suspend fun recordSchema(value: Output<Map<String, String>>)
@JvmName(name = "lseyxojtiqeeggev")
suspend fun recordSchema(value: Map<String, String>?)

Parameters

value

Schema of this topic, required only for TUPLE topic. Supported data types (case-insensitive) are:

  • BIGINT

  • STRING

  • BOOLEAN

  • DOUBLE

  • TIMESTAMP


@JvmName(name = "rnqoymbojinrcijv")
fun recordSchema(vararg values: Pair<String, String>)

Parameters

values

Schema of this topic, required only for TUPLE topic. Supported data types (case-insensitive) are:

  • BIGINT

  • STRING

  • BOOLEAN

  • DOUBLE

  • TIMESTAMP