ScheduledQueryRecentlyFailedRunExecutionStatArgs

data class ScheduledQueryRecentlyFailedRunExecutionStatArgs(val bytesMetered: Output<Int>? = null, val cumulativeBytesScanned: Output<Int>? = null, val dataWrites: Output<Int>? = null, val executionTimeInMillis: Output<Int>? = null, val queryResultRows: Output<Int>? = null, val recordsIngested: Output<Int>? = null) : ConvertibleToJava<ScheduledQueryRecentlyFailedRunExecutionStatArgs>

Constructors

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

Properties

Link copied to clipboard
val bytesMetered: Output<Int>? = null

Bytes metered for a single scheduled query run.

Link copied to clipboard
val cumulativeBytesScanned: Output<Int>? = null

Bytes scanned for a single scheduled query run.

Link copied to clipboard
val dataWrites: Output<Int>? = null

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

Link copied to clipboard
val executionTimeInMillis: Output<Int>? = null

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

Link copied to clipboard
val queryResultRows: Output<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: Output<Int>? = null

Number of records ingested for a single scheduled query run.

Functions

Link copied to clipboard
open override fun toJava(): ScheduledQueryRecentlyFailedRunExecutionStatArgs