Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.SyncTableField
-
Packages that use SyncTableField Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of SyncTableField in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return SyncTableField Modifier and Type Method Description SyncTableField[]SyncTableInfo. getKeyFieldMapping()Get TcaplusDB表主键字段到目标缓写表字段的映射SyncTableField[]SyncTableInfo. getValueFieldMapping()Get TcaplusDB表字段到目标缓写表字段的映射Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type SyncTableField Modifier and Type Method Description voidSyncTableInfo. setKeyFieldMapping(SyncTableField[] KeyFieldMapping)Set TcaplusDB表主键字段到目标缓写表字段的映射voidSyncTableInfo. setValueFieldMapping(SyncTableField[] ValueFieldMapping)Set TcaplusDB表字段到目标缓写表字段的映射Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type SyncTableField Constructor Description SyncTableField(SyncTableField 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.
-