Values.DataIntegrationFlowFieldPriorityDedupeFieldSourceThe field used in the field priority deduplication strategy.
type nonrec t = {name : DataIntegrationFlowFieldPriorityDedupeFieldName.t;The name of the deduplication field. Must exist in the dataset and not be a primary key.
*)sortOrder : DataIntegrationFlowFieldPriorityDedupeSortOrder.t;The sort order for the deduplication field.
*)}val make :
name:DataIntegrationFlowFieldPriorityDedupeFieldName.t ->
sortOrder:DataIntegrationFlowFieldPriorityDedupeSortOrder.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DataIntegrationFlowFieldPriorityDedupeFieldName.t ])
list ]