File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,11 @@ type LogStore struct {
2828 AutoSplit bool `json:"autoSplit"`
2929 MaxSplitShard int `json:"maxSplitShard"`
3030
31- AppendMeta bool `json:"appendMeta"`
32- TelemetryType string `json:"telemetryType"`
33- HotTTL int32 `json:"hot_ttl,omitempty"`
34- Mode string `json:"mode,omitempty"` // "query" or "standard"(default), can't be modified after creation
31+ AppendMeta bool `json:"appendMeta"`
32+ TelemetryType string `json:"telemetryType"`
33+ HotTTL int32 `json:"hot_ttl,omitempty"`
34+ InfrequentAccessTTL * int32 `json:"infrequentAccessTTL,omitempty"`
35+ Mode string `json:"mode,omitempty"` // "query" or "standard"(default), can't be modified after creation
3536
3637 CreateTime uint32 `json:"createTime,omitempty"`
3738 LastModifyTime uint32 `json:"lastModifyTime,omitempty"`
You can’t perform that action at this time.
0 commit comments