Skip to content

RosSynDbProps

Properties for defining a RosSynDb.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-clickhouse-syndb

Initializer

using AlibabaCloud.SDK.ROS.CDK.Clickhouse;
new RosSynDbProps {
    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 No description.
CkUserName object No description.
DbClusterId object No description.
RdsId object No description.
RdsPassword object No description.
RdsUserName object No description.
SkipUnsupported object No description.
SynDbTables object No description.
ClickhousePort object No description.
LimitUpper object No description.
RdsPort object No description.
RdsVpcId object No description.
RdsVpcUrl object No description.

CkPasswordRequired

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

CkUserNameRequired

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

DbClusterIdRequired

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

RdsIdRequired

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

RdsPasswordRequired

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

RdsUserNameRequired

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

SkipUnsupportedRequired

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

SynDbTablesRequired

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

ClickhousePortOptional

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

LimitUpperOptional

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

RdsPortOptional

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

RdsVpcIdOptional

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

RdsVpcUrlOptional

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