Values.DataIntegrationFlowDedupeStrategySourceThe deduplication strategy details.
type nonrec t = {type_ : DataIntegrationFlowDedupeStrategyType.t;The type of the deduplication strategy. FIELD_PRIORITY - Field priority configuration for the deduplication strategy specifies an ordered list of fields used to tie-break the data records sharing the same primary key values. Fields earlier in the list have higher priority for evaluation. For each field, the sort order determines whether to retain data record with larger or smaller field value.
*)fieldPriority : DataIntegrationFlowFieldPriorityDedupeStrategyConfiguration.t
option;The field priority deduplication strategy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of
DataIntegrationFlowFieldPriorityDedupeFieldName.t ])
list ]
list ])
list ])
list ]