SynDbTablesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Clickhouse;
new SynDbTablesProperty {
object Schema,
object Tables
};
Properties
Name | Type | Description |
---|---|---|
Schema |
object |
No description. |
Tables |
object |
No description. |
Schema
Required
public object Schema { get; set; }
- Type: object
Tables
Required
public object Tables { get; set; }
- Type: object