public class MetaFilter extends Object
| 构造器和说明 |
|---|
MetaFilter(AsyncClient asyncClient,
String metaTableName,
String indexName,
Filter filter) |
| 限定符和类型 | 方法和说明 |
|---|---|
TimestreamMetaIterator |
fetchAll()
Query
|
List<String> |
getAttributesToSelect()
Get the specified attributes column names for the query
|
boolean |
getReturnAll()
Get whether to query the complete TimestreamMeta
|
boolean |
isReturnAll()
Whether to query the complete TimestreamMeta
|
MetaFilter |
limit(int limit)
The limit restriction for a single query of the multi-level index
SearchQuery.setLimit(Integer) |
MetaFilter |
offset(int offset) |
MetaFilter |
returnAll()
Set to query the complete TimestreamMeta
|
MetaFilter |
selectAttributes(String... columns)
Set the attributes column names to be queried
|
MetaFilter |
sort(Sorter sorter)
Specifying the sorting condition will return the results sorted.
|
public MetaFilter(AsyncClient asyncClient, String metaTableName, String indexName, Filter filter)
public MetaFilter limit(int limit)
SearchQuery.setLimit(Integer)limit - public MetaFilter offset(int offset)
offset - Pagination starting countpublic MetaFilter sort(Sorter sorter)
sorter - Sorting rulepublic MetaFilter selectAttributes(String... columns)
columns - public List<String> getAttributesToSelect()
public MetaFilter returnAll()
public boolean isReturnAll()
public boolean getReturnAll()
public TimestreamMetaIterator fetchAll()
Copyright © 2025. All Rights Reserved.