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