Uses of Class
com.tencentcloudapi.dlc.v20210125.models.TableInfo
-
Packages that use TableInfo Package Description com.tencentcloudapi.dlc.v20210125.models -
-
Uses of TableInfo in com.tencentcloudapi.dlc.v20210125.models
Methods in com.tencentcloudapi.dlc.v20210125.models that return TableInfo Modifier and Type Method Description TableInfoCreateTableRequest. getTableInfo()Get 数据表配置信息Methods in com.tencentcloudapi.dlc.v20210125.models with parameters of type TableInfo Modifier and Type Method Description voidCreateTableRequest. setTableInfo(TableInfo TableInfo)Set 数据表配置信息Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type TableInfo Constructor Description TableInfo(TableInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-