Analytics Application Reference Data Sources Schema
data class AnalyticsApplicationReferenceDataSourcesSchema(val recordColumns: List<AnalyticsApplicationReferenceDataSourcesSchemaRecordColumn>, val recordEncoding: String? = null, val recordFormat: AnalyticsApplicationReferenceDataSourcesSchemaRecordFormat)
Constructors
Link copied to clipboard
constructor(recordColumns: List<AnalyticsApplicationReferenceDataSourcesSchemaRecordColumn>, recordEncoding: String? = null, recordFormat: AnalyticsApplicationReferenceDataSourcesSchemaRecordFormat)
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
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.