Builder

class Builder

Properties

Link copied to clipboard

The total number of bytes in the log events scanned during the query.

Link copied to clipboard

An estimate of the number of bytes in the log events that were skipped when processing this query, because the query contained an indexed field. Skipping these entries lowers query costs and improves the query performance time. For more information about field indexes, see PutIndexPolicy.

Link copied to clipboard

An estimate of the number of log events that were skipped when processing this query, because the query contained an indexed field. Skipping these entries lowers query costs and improves the query performance time. For more information about field indexes, see PutIndexPolicy.

Link copied to clipboard

The number of log groups that were scanned by this query.

Link copied to clipboard

The number of log events that matched the query string.

Link copied to clipboard

The total number of log events scanned during the query.

Link copied to clipboard

The number of rows in the final query result set. This value represents the total number of output rows across all pages. For queries that include post-aggregation filters (such as stats count(*) by field | filter count > threshold), this value might be less than recordsMatched. It reflects only the rows that survived all operations in the query.