View Source GoogleApi.BigQuery.V2.Model.ScriptOptions (google_api_big_query v0.79.0)

Options related to script execution.

Attributes

  • keyResultStatement (type: String.t, default: nil) - Determines which statement in the script represents the "key result", used to populate the schema and query results of the script job. Default is LAST.
  • statementByteBudget (type: String.t, default: nil) - Limit on the number of bytes billed per statement. Exceeding this budget results in an error.
  • statementTimeoutMs (type: String.t, default: nil) - Timeout period for each statement in a script.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.ScriptOptions{
  keyResultStatement: String.t() | nil,
  statementByteBudget: String.t() | nil,
  statementTimeoutMs: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.