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. |
DbClusterId
Optional
public object DbClusterId { get; set; }
- Type: object
DbClusterName
Optional
public object DbClusterName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object