QueryStatistics

Statistics about a telemetry query execution.

Types

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

Properties

Link copied to clipboard

The number of bytes scanned by the query.

Link copied to clipboard

Information about whether the query returned partial results.

Link copied to clipboard

The percentage of the query that has completed.

Link copied to clipboard

The number of records that matched the query criteria.

Link copied to clipboard

The total number of records scanned.

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