Skip to content

RosDBClustersProps

Properties for defining a RosDBClusters.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-clickhouse-dbclusters

Initializer

using AlibabaCloud.SDK.ROS.CDK.Clickhouse;
new RosDBClustersProps {
    object DbClusterId = null,
    object DbClusterName = null,
    object RefreshOptions = null
};

Properties

Name Type Description
DbClusterId object No description.
DbClusterName object No description.
RefreshOptions object No description.

DbClusterIdOptional

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

DbClusterNameOptional

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

RefreshOptionsOptional

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