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