Values.MultiMeasureAttributeMappingSourceA mapping of a source event data field to a measure in a Timestream for LiveAnalytics record.
type nonrec t = {measureValue : MeasureValue.t;Dynamic path to the measurement attribute in the source event.
*)measureValueType : MeasureValueType.t;Data type of the measurement attribute in the source event.
*)multiMeasureAttributeName : MultiMeasureAttributeName.t;Target measure name to be used.
*)}val make :
measureValue:MeasureValue.t ->
measureValueType:MeasureValueType.t ->
multiMeasureAttributeName:MultiMeasureAttributeName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of MeasureValue.t ]) list ]