Values.MultiMeasureMappingsSourceOnly one of MixedMeasureMappings or MultiMeasureMappings is to be provided. MultiMeasureMappings can be used to ingest data as multi measures in the derived table.
type nonrec t = {targetMultiMeasureName : SchemaName.t option;The name of the target multi-measure name in the derived table. This input is required when measureNameColumn is not provided. If MeasureNameColumn is provided, then value from that column will be used as multi-measure name.
*)multiMeasureAttributeMappings : MultiMeasureAttributeMappingList.t;Required. Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes.
*)}val make :
?targetMultiMeasureName:??? ->
multiMeasureAttributeMappings:MultiMeasureAttributeMappingList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of SchemaName.t ])
list ]
list
| `String of SchemaName.t ])
list ]