| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.model | |
| com.alicloud.openservices.tablestore.timeline.model |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Row |
class |
RowChange
Basic structure for single-row data change operations.
|
class |
RowDeleteChange |
class |
RowPutChange |
class |
RowUpdateChange |
class |
SingleRowQueryCriteria
Parameters required to query a single row of data from the TableStore table, supporting the following read behaviors:
Read a specific version of certain columns or all columns
Read all versions or the largest N versions within a version range for certain columns or all columns
Read the largest N versions of certain columns or all columns (N is at least 1 and at most MaxVersions)
|
class |
WideColumnIterator |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
Row.compareTo(IRow o) |
int |
WideColumnIterator.compareTo(IRow o) |
int |
RowChange.compareTo(IRow row) |
int |
SingleRowQueryCriteria.compareTo(IRow row) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RowPutChangeWithCallback |
Copyright © 2025. All Rights Reserved.