Class ScriptOptions
Options related to script execution.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class ScriptOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KeyResultStatement
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.
Declaration
[JsonProperty("keyResultStatement")]
public virtual string KeyResultStatement { get; set; }
Property Value
Type | Description |
---|---|
string |
StatementByteBudget
Limit on the number of bytes billed per statement. Exceeding this budget results in an error.
Declaration
[JsonProperty("statementByteBudget")]
public virtual long? StatementByteBudget { get; set; }
Property Value
Type | Description |
---|---|
long? |
StatementTimeoutMs
Timeout period for each statement in a script.
Declaration
[JsonProperty("statementTimeoutMs")]
public virtual long? StatementTimeoutMs { get; set; }
Property Value
Type | Description |
---|---|
long? |