| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.timestream | |
| com.alicloud.openservices.tablestore.timestream.model.query |
| 限定符和类型 | 方法和说明 |
|---|---|
MetaFilter |
TimestreamMetaTable.filter()
Query all timelines
|
MetaFilter |
TimestreamMetaTable.filter(Filter filter)
Query the timeline that satisfies the conditions
|
| 限定符和类型 | 方法和说明 |
|---|---|
MetaFilter |
MetaFilter.limit(int limit)
The limit restriction for a single query of the multi-level index
SearchQuery.setLimit(Integer) |
MetaFilter |
MetaFilter.offset(int offset) |
MetaFilter |
MetaFilter.returnAll()
Set to query the complete TimestreamMeta
|
MetaFilter |
MetaFilter.selectAttributes(String... columns)
Set the attributes column names to be queried
|
MetaFilter |
MetaFilter.sort(Sorter sorter)
Specifying the sorting condition will return the results sorted.
|
Copyright © 2025. All Rights Reserved.