Skip to content

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.

SchemaRequired

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

TablesRequired

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