ScheduledQueryDimensionMapping

data class ScheduledQueryDimensionMapping(val dimensionValueType: ScheduledQueryDimensionValueType, val name: String)

This type is used to map column(s) from the query result to a dimension in the destination table.

Constructors

Link copied to clipboard
constructor(dimensionValueType: ScheduledQueryDimensionValueType, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard