Values.TargetDataSettingSourceDefines settings for a target data provider for a data migration.
type nonrec t = {tablePreparationMode : TablePreparationMode.t option;This setting determines how DMS handles the target tables before starting a data migration, either by leaving them untouched, dropping and recreating them, or truncating the existing data in the target tables.
*)}