From 682cd6e6ea826690b835eca6369c9e1c16498070 Mon Sep 17 00:00:00 2001 From: "wenhui.zhang" Date: Wed, 21 Aug 2024 16:27:22 +0800 Subject: [PATCH] readme:autoId --- README_2X.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README_2X.md b/README_2X.md index 55251f4..4ced3de 100644 --- a/README_2X.md +++ b/README_2X.md @@ -82,6 +82,11 @@ meta: closeDynamicField: false # If not, the source collection DynamicField prop will be used. shardNum: 2 # If not, the source collection ShardNum prop will be used. consistencyLevel: Customized # If not, the source collection consistencyLevel prop will be used. + #about autoId: default "", when want migration collection between Disable and Enable Auto property is very useful. + #if "" mean the source collection AutoId prop will be used. + #if "true" mean enable AutoId, + #if "false" mean disable AutoId, + autoId: "" #...... ... ```