File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
src/main/java/tech/ydb/importer/config Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 33import org .jdom2 .Element ;
44
55/**
6+ * Source configuration.
7+ *
8+ * <p>
9+ * The source configuration is used to specify the source database connection
10+ * parameters.
11+ * </p>
612 *
713 * @author zinal
814 */
Original file line number Diff line number Diff line change 33import org .jdom2 .Element ;
44
55/**
6+ * Target configuration.
7+ *
8+ * <p>
9+ * The target configuration is used to specify the target database connection
10+ * parameters and processing options.
11+ * </p>
612 *
713 * @author zinal
814 */
@@ -16,6 +22,7 @@ public class TargetConfig extends tech.ydb.importer.config.JdomHelper {
1622 private String connectionString ;
1723 private String tlsCertificateFile ;
1824 private String saKeyFile ;
25+
1926 private boolean replaceExisting ;
2027 private boolean loadData ;
2128 private int maxBatchRows ;
You can’t perform that action at this time.
0 commit comments