Scheduled Query Mixed Measure Mapping
data class ScheduledQueryMixedMeasureMapping(val measureName: String? = null, val measureValueType: ScheduledQueryMixedMeasureMappingMeasureValueType, val multiMeasureAttributeMappings: List<ScheduledQueryMultiMeasureAttributeMapping>? = null, val sourceColumn: String? = null, val targetMeasureName: String? = null)
MixedMeasureMappings are mappings that can be used to ingest data into a mixture of narrow and multi measures in the derived table.
Constructors
Link copied to clipboard
constructor(measureName: String? = null, measureValueType: ScheduledQueryMixedMeasureMappingMeasureValueType, multiMeasureAttributeMappings: List<ScheduledQueryMultiMeasureAttributeMapping>? = null, sourceColumn: String? = null, targetMeasureName: String? = null)