JobQueryScriptOptionsArgs

data class JobQueryScriptOptionsArgs(val keyResultStatement: Output<String>? = null, val statementByteBudget: Output<String>? = null, val statementTimeoutMs: Output<String>? = null) : ConvertibleToJava<JobQueryScriptOptionsArgs>

Constructors

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

Properties

Link copied to clipboard
val keyResultStatement: Output<String>? = null

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
val statementByteBudget: Output<String>? = null

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

Link copied to clipboard
val statementTimeoutMs: Output<String>? = null

Timeout period for each statement in a script.

Functions

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