SynDbProps
Properties for defining a SynDb
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-clickhouse-syndb
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkclickhouse"
&alicloudroscdkclickhouse.SynDbProps {
CkPassword: interface{},
CkUserName: interface{},
DbClusterId: interface{},
RdsId: interface{},
RdsPassword: interface{},
RdsUserName: interface{},
SkipUnsupported: interface{},
SynDbTables: interface{},
ClickhousePort: interface{},
LimitUpper: interface{},
RdsPort: interface{},
RdsVpcId: interface{},
RdsVpcUrl: interface{},
}
Properties
Name | Type | Description |
---|---|---|
CkPassword |
interface{} |
Property ckPassword: The password of the database account. |
CkUserName |
interface{} |
Property ckUserName: The account of the clickhouse database. |
DbClusterId |
interface{} |
Property dbClusterId: Clickhouse cluster id. |
RdsId |
interface{} |
Property rdsId: The instance id of RDS. |
RdsPassword |
interface{} |
Property rdsPassword: The password of the RDS database account. |
RdsUserName |
interface{} |
Property rdsUserName: The account of the RDS database. |
SkipUnsupported |
interface{} |
Property skipUnsupported: Skip unsupported table or not. |
SynDbTables |
interface{} |
Property synDbTables: The tables to syn. |
ClickhousePort |
interface{} |
Property clickhousePort: The port of clickhouse id. |
LimitUpper |
interface{} |
Property limitUpper: The maximum number of rows to sync per second. |
RdsPort |
interface{} |
Property rdsPort: The port of rds. |
RdsVpcId |
interface{} |
Property rdsVpcId: The vpc of rds. |
RdsVpcUrl |
interface{} |
Property rdsVpcUrl: Intranet address of ApsaraDB for RDS. |
CkPassword
Required
CkPassword interface{}
- Type: interface{}
Property ckPassword: The password of the database account.
CkUserName
Required
CkUserName interface{}
- Type: interface{}
Property ckUserName: The account of the clickhouse database.
DbClusterId
Required
DbClusterId interface{}
- Type: interface{}
Property dbClusterId: Clickhouse cluster id.
RdsId
Required
RdsId interface{}
- Type: interface{}
Property rdsId: The instance id of RDS.
RdsPassword
Required
RdsPassword interface{}
- Type: interface{}
Property rdsPassword: The password of the RDS database account.
RdsUserName
Required
RdsUserName interface{}
- Type: interface{}
Property rdsUserName: The account of the RDS database.
SkipUnsupported
Required
SkipUnsupported interface{}
- Type: interface{}
Property skipUnsupported: Skip unsupported table or not.
SynDbTables
Required
SynDbTables interface{}
- Type: interface{}
Property synDbTables: The tables to syn.
ClickhousePort
Optional
ClickhousePort interface{}
- Type: interface{}
Property clickhousePort: The port of clickhouse id.
LimitUpper
Optional
LimitUpper interface{}
- Type: interface{}
Property limitUpper: The maximum number of rows to sync per second.
RdsPort
Optional
RdsPort interface{}
- Type: interface{}
Property rdsPort: The port of rds.
RdsVpcId
Optional
RdsVpcId interface{}
- Type: interface{}
Property rdsVpcId: The vpc of rds.
RdsVpcUrl
Optional
RdsVpcUrl interface{}
- Type: interface{}
Property rdsVpcUrl: Intranet address of ApsaraDB for RDS.