| Modifier and Type | Method and Description |
|---|---|
MetaFilter |
TimestreamMetaTable.filter(Filter filter)
查询满足条件的时间线
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndFilter
and组合过滤器
|
class |
Attribute
TimestreamMeta.attributes过滤器,查询满足条件的TimestreamMeta |
class |
LastUpdateTime
TimestreamMeta.updateTime过滤器,查询满足条件的TimestreamMeta |
class |
Name
TimestreamIdentifier.name过滤器,查询满足条件的TimestreamMeta |
class |
OrFilter
or组合过滤器
|
class |
Tag
TimestreamIdentifier.tags过滤器,查询满足条件的TimestreamMeta |
| Modifier and Type | Method and Description |
|---|---|
static Filter |
FilterFactory.and(Filter... filters) |
static Filter |
FilterFactory.or(Filter... filters) |
| Modifier and Type | Method and Description |
|---|---|
static Filter |
FilterFactory.and(Filter... filters) |
static Filter |
FilterFactory.or(Filter... filters) |
| Constructor and Description |
|---|
AndFilter(Filter... filters) |
OrFilter(Filter... filters) |
| Constructor and Description |
|---|
MetaFilter(AsyncClient asyncClient,
String metaTableName,
String indexName,
Filter filter) |
Copyright © 2024. All Rights Reserved.