Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.FieldInfo
-
Packages that use FieldInfo Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of FieldInfo in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return FieldInfo Modifier and Type Method Description FieldInfo[]SelectedTableWithField. getSelectedFields()Get 待创建索引、缓写、数据订阅的字段列表Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type FieldInfo Modifier and Type Method Description voidSelectedTableWithField. setSelectedFields(FieldInfo[] SelectedFields)Set 待创建索引、缓写、数据订阅的字段列表Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type FieldInfo Constructor Description FieldInfo(FieldInfo 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.
-