Scheduled Query Mixed Measure Mapping Args
data class ScheduledQueryMixedMeasureMappingArgs(val measureName: Output<String>? = null, val measureValueType: Output<ScheduledQueryMixedMeasureMappingMeasureValueType>, val multiMeasureAttributeMappings: Output<List<ScheduledQueryMultiMeasureAttributeMappingArgs>>? = null, val sourceColumn: Output<String>? = null, val targetMeasureName: Output<String>? = null) : ConvertibleToJava<ScheduledQueryMixedMeasureMappingArgs>
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: Output<String>? = null, measureValueType: Output<ScheduledQueryMixedMeasureMappingMeasureValueType>, multiMeasureAttributeMappings: Output<List<ScheduledQueryMultiMeasureAttributeMappingArgs>>? = null, sourceColumn: Output<String>? = null, targetMeasureName: Output<String>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val multiMeasureAttributeMappings: Output<List<ScheduledQueryMultiMeasureAttributeMappingArgs>>? = null
Link copied to clipboard
Link copied to clipboard