ScheduledQueryLastRunSummaryExecutionStat

data class ScheduledQueryLastRunSummaryExecutionStat(val bytesMetered: Int? = null, val cumulativeBytesScanned: Int? = null, val dataWrites: Int? = null, val executionTimeInMillis: Int? = null, val queryResultRows: Int? = null, val recordsIngested: Int? = null)

Constructors

constructor(bytesMetered: Int? = null, cumulativeBytesScanned: Int? = null, dataWrites: Int? = null, executionTimeInMillis: Int? = null, queryResultRows: Int? = null, recordsIngested: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bytesMetered: Int? = null

Bytes metered for a single scheduled query run.

Link copied to clipboard

Bytes scanned for a single scheduled query run.

Link copied to clipboard
val dataWrites: Int? = null

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
val queryResultRows: Int? = null

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

Link copied to clipboard
val recordsIngested: Int? = null

Number of records ingested for a single scheduled query run.