Package | Description |
---|---|
com.tencentcloudapi.tcaplusdb.v20190823.models |
Modifier and Type | Method and Description |
---|---|
SyncTableField[] |
SyncTableInfo.getKeyFieldMapping()
Get Mapping from the primary key field of the TcaplusDB table to the field of the target cache table
|
SyncTableField[] |
SyncTableInfo.getValueFieldMapping()
Get Mapping of TcaplusDB table field to target cache table field
|
Modifier and Type | Method and Description |
---|---|
void |
SyncTableInfo.setKeyFieldMapping(SyncTableField[] KeyFieldMapping)
Set Mapping from the primary key field of the TcaplusDB table to the field of the target cache table
|
void |
SyncTableInfo.setValueFieldMapping(SyncTableField[] ValueFieldMapping)
Set Mapping of TcaplusDB table field to target cache table field
|
Constructor and 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.
|
Copyright © 2023. All rights reserved.