public static final class GetLogsV2ResponseBody.Meta.Builder extends Object
public GetLogsV2ResponseBody.Meta.Builder aggQuery(String aggQuery)
The SQL statement after | in the query statement.
example:select *
public GetLogsV2ResponseBody.Meta.Builder columnTypes(List<String> columnTypes)
public GetLogsV2ResponseBody.Meta.Builder count(Integer count)
The number of rows that are returned.
example:1
public GetLogsV2ResponseBody.Meta.Builder cpuCores(Integer cpuCores)
public GetLogsV2ResponseBody.Meta.Builder cpuSec(Double cpuSec)
public GetLogsV2ResponseBody.Meta.Builder elapsedMillisecond(Long elapsedMillisecond)
The amount of time that is consumed by the request. Unit: milliseconds.
example:5
public GetLogsV2ResponseBody.Meta.Builder hasSQL(Boolean hasSQL)
Indicates whether the query is an SQL query.
example:false
public GetLogsV2ResponseBody.Meta.Builder highlights(List<List<LogContent>> highlights)
public GetLogsV2ResponseBody.Meta.Builder isAccurate(Boolean isAccurate)
Indicates whether the returned result is accurate to seconds.
example:true
public GetLogsV2ResponseBody.Meta.Builder keys(List<String> keys)
All keys in the query result.
public GetLogsV2ResponseBody.Meta.Builder limited(Integer limited)
public GetLogsV2ResponseBody.Meta.Builder mode(Integer mode)
public GetLogsV2ResponseBody.Meta.Builder phraseQueryInfo(GetLogsV2ResponseBody.PhraseQueryInfo phraseQueryInfo)
public GetLogsV2ResponseBody.Meta.Builder processedBytes(Long processedBytes)
The number of logs that are processed in the request.
example:10000
public GetLogsV2ResponseBody.Meta.Builder processedRows(Long processedRows)
The number of rows that are processed in the query.
example:10000
public GetLogsV2ResponseBody.Meta.Builder progress(String progress)
Indicates whether the query result is complete. Valid values:
Complete
public GetLogsV2ResponseBody.Meta.Builder scanBytes(Long scanBytes)
public GetLogsV2ResponseBody.Meta.Builder telementryType(String telementryType)
The type of observable data.
example:None
public GetLogsV2ResponseBody.Meta.Builder terms(List<Map<String,?>> terms)
All terms in the query statement.
public GetLogsV2ResponseBody.Meta.Builder whereQuery(String whereQuery)
The part before | in the query statement.
example:public GetLogsV2ResponseBody.Meta build()
Copyright © 2025. All rights reserved.