RecordColumn

Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.

Also used to describe the format of the reference data source.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Reference to the data element in the streaming input or the reference data source. This element is required if the RecordFormatType is JSON.

Link copied to clipboard

Name of the column created in the in-application input stream or reference table.

Link copied to clipboard

Type of column created in the in-application input stream or reference table.

Functions

Link copied to clipboard
inline fun copy(block: RecordColumn.Builder.() -> Unit = {}): RecordColumn
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String