JobQueryScriptOptions

data class JobQueryScriptOptions(val keyResultStatement: String? = null, val statementByteBudget: String? = null, val statementTimeoutMs: String? = null)

Constructors

Link copied to clipboard
constructor(keyResultStatement: String? = null, statementByteBudget: String? = null, statementTimeoutMs: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines which statement in the script represents the "key result", used to populate the schema and query results of the script job. Possible values are: LAST, FIRST_SELECT.

Link copied to clipboard

Limit on the number of bytes billed per statement. Exceeding this budget results in an error.

Link copied to clipboard

Timeout period for each statement in a script.