Module Values.DataIntegrationFlowFieldPriorityDedupeStrategyConfigurationSource

The field priority deduplication strategy details.

Sourcetype nonrec t = {
  1. fields : DataIntegrationFlowFieldPriorityDedupeFieldList.t;
    (*

    The list of field names and their sort order for deduplication, arranged in descending priority from highest to lowest.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of DataIntegrationFlowFieldPriorityDedupeFieldName.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t