Show / Hide Table of Contents

Class ScriptOptions

Options related to script execution.

Inheritance
object
ScriptOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX