AnalyticsApplicationInputsSchema

Constructors

Link copied to clipboard
constructor(recordColumns: List<AnalyticsApplicationInputsSchemaRecordColumn>, recordEncoding: String? = null, recordFormat: AnalyticsApplicationInputsSchemaRecordFormat)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Record Column mapping for the streaming source data element. See Record Columns below for more details.

Link copied to clipboard
val recordEncoding: String? = null

The Encoding of the record in the streaming source.

Link copied to clipboard

The Record Format and mapping information to schematize a record. See Record Format below for more details.