Skip to content

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.

CkPasswordRequired

public object CkPassword { get; set; }
  • Type: object

Property ckPassword: The password of the database account.


CkUserNameRequired

public object CkUserName { get; set; }
  • Type: object

Property ckUserName: The account of the clickhouse database.


DbClusterIdRequired

public object DbClusterId { get; set; }
  • Type: object

Property dbClusterId: Clickhouse cluster id.


RdsIdRequired

public object RdsId { get; set; }
  • Type: object

Property rdsId: The instance id of RDS.


RdsPasswordRequired

public object RdsPassword { get; set; }
  • Type: object

Property rdsPassword: The password of the RDS database account.


RdsUserNameRequired

public object RdsUserName { get; set; }
  • Type: object

Property rdsUserName: The account of the RDS database.


SkipUnsupportedRequired

public object SkipUnsupported { get; set; }
  • Type: object

Property skipUnsupported: Skip unsupported table or not.


SynDbTablesRequired

public object SynDbTables { get; set; }
  • Type: object

Property synDbTables: The tables to syn.


ClickhousePortOptional

public object ClickhousePort { get; set; }
  • Type: object

Property clickhousePort: The port of clickhouse id.


LimitUpperOptional

public object LimitUpper { get; set; }
  • Type: object

Property limitUpper: The maximum number of rows to sync per second.


RdsPortOptional

public object RdsPort { get; set; }
  • Type: object

Property rdsPort: The port of rds.


RdsVpcIdOptional

public object RdsVpcId { get; set; }
  • Type: object

Property rdsVpcId: The vpc of rds.


RdsVpcUrlOptional

public object RdsVpcUrl { get; set; }
  • Type: object

Property rdsVpcUrl: Intranet address of ApsaraDB for RDS.