Values.DataModelSourceData model for a batch load task.
type nonrec t = {timeColumn : StringValue256.t option;Source column to be mapped to time.
*)timeUnit : TimeUnit.t option;The granularity of the timestamp unit. It indicates if the time value is in seconds, milliseconds, nanoseconds, or other supported values. Default is MILLISECONDS.
*)dimensionMappings : DimensionMappings.t;Source to target mappings for dimensions.
*)multiMeasureMappings : MultiMeasureMappings.t option;Source to target mappings for multi-measure records.
*)mixedMeasureMappings : MixedMeasureMappingList.t option;Source to target mappings for measures.
*)measureNameColumn : StringValue256.t option;}val make :
?timeColumn:??? ->
?timeUnit:??? ->
?multiMeasureMappings:??? ->
?mixedMeasureMappings:??? ->
?measureNameColumn:??? ->
dimensionMappings:DimensionMappings.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of SchemaName.t ])
list ]
list
| `String of SchemaName.t ])
list ]
list
| `String of StringValue256.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of SchemaName.t ])
list ]
list
| `String of SchemaName.t ])
list ])
list ]