Job Query Script Options
data class JobQueryScriptOptions(val keyResultStatement: String? = null, val statementByteBudget: String? = null, val statementTimeoutMs: String? = null)
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.