public class MetaGetter extends Object
| 构造器和说明 |
|---|
MetaGetter(AsyncClient asyncClient,
String metaTableName,
TimestreamIdentifier identifier) |
| 限定符和类型 | 方法和说明 |
|---|---|
TimestreamMeta |
fetch()
Query
|
List<String> |
getAttributesToSelect()
Get the attributes column names for the query
|
boolean |
isReturnAll()
Whether to query the complete TimestreamMeta
|
MetaGetter |
returnAll()
Set to query the complete TimestreamMeta
|
MetaGetter |
selectAttributes(String... columns)
Set the attributes column names to be queried
|
public MetaGetter(AsyncClient asyncClient, String metaTableName, TimestreamIdentifier identifier)
public MetaGetter selectAttributes(String... columns)
columns - public List<String> getAttributesToSelect()
public MetaGetter returnAll()
public boolean isReturnAll()
public TimestreamMeta fetch()
Copyright © 2025. All Rights Reserved.