ExecutionStats

Statistics for a single scheduled query run.

Types

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

Properties

Link copied to clipboard

Bytes metered for a single scheduled query run.

Link copied to clipboard

Bytes scanned for a single scheduled query run.

Link copied to clipboard

Data writes metered for records ingested in a single scheduled query run.

Link copied to clipboard

Total time, measured in milliseconds, that was needed for the scheduled query run to complete.

Link copied to clipboard

Number of rows present in the output from running a query before ingestion to destination data source.

Link copied to clipboard

The number of records ingested for a single scheduled query run.

Functions

Link copied to clipboard
inline fun copy(block: ExecutionStats.Builder.() -> Unit = {}): ExecutionStats
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