| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.model | |
| com.alicloud.openservices.tablestore.timeline.model |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Column
In TableStore, each row of data can contain one or more attribute columns (
Column),
and each attribute column includes a name, a value (ColumnValue), and a timestamp. |
class |
ColumnValue
Represents the value of an attribute column.
|
class |
PrimaryKey
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn). |
class |
PrimaryKeyColumn
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn),
and each primary key column includes the name and value of the primary key column (PrimaryKeyValue). |
class |
PrimaryKeyValue
Represents the value of a primary key column.
|
class |
RowChange
Basic structure for single-row data change operations.
|
class |
RowDeleteChange |
class |
RowPutChange |
class |
RowUpdateChange |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RowPutChangeWithCallback |
Copyright © 2025. All Rights Reserved.