Skip to content

SynDbTablesProperty

Initializer

import com.aliyun.ros.cdk.clickhouse.RosSynDb.SynDbTablesProperty;
SynDbTablesProperty.builder()
    .schema(java.lang.String)
    .schema(IResolvable)
    .tables(IResolvable)
    .tables(java.util.List<java.lang.String)
    .tables(IResolvable>)
    .build();

Properties

Name Type Description
schema java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
tables com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.

schemaRequired

public java.lang.Object getSchema();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

tablesRequired

public java.lang.Object getTables();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List