云数据迁移 CDM-MongoDB连接:连接参数
连接参数
参数 |
是否必选 |
类型 |
说明 |
---|---|---|---|
linkConfig.serverList |
是 |
String |
服务器地址列表,格式如:“host1:port1;host2:port2”。 |
linkConfig.database |
是 |
String |
MongoDB的数据库名称。 |
linkConfig.userName |
是 |
String |
连接MongoDB服务器的用户名。 |
linkConfig.password |
是 |
String |
连接MongoDB服务器的密码。 |