Package | Description |
---|---|
com.tencentcloudapi.cls.v20201016.models |
Modifier and Type | Method and Description |
---|---|
DynamicIndex |
RuleInfo.getDynamicIndex()
Get 动态索引配置,为空时代表未开启动态索引。
启用后将自动把日志内的字段添加到键值索引字段列表中,包括日志中新增的字段。
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
RuleInfo.setDynamicIndex(DynamicIndex DynamicIndex)
Set 动态索引配置,为空时代表未开启动态索引。
启用后将自动把日志内的字段添加到键值索引字段列表中,包括日志中新增的字段。
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
DynamicIndex(DynamicIndex source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.