QueryStatistics

Contains the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total number of bytes in the log events scanned during the 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.

Functions

Link copied to clipboard
inline fun copy(block: QueryStatistics.Builder.() -> Unit = {}): QueryStatistics
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String