Show / Hide Table of Contents

Class JobQueryScriptOptions

Inheritance
System.Object
JobQueryScriptOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.BigQuery.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobQueryScriptOptions

Fields

View Source

KeyResultStatement

Determines which statement in the script represents the "key result", used to populate the schema and query results of the script job.

Declaration
public readonly string KeyResultStatement
Field Value
Type Description
System.String
View Source

StatementByteBudget

Limit on the number of bytes billed per statement. Exceeding this budget results in an error.

Declaration
public readonly string StatementByteBudget
Field Value
Type Description
System.String
View Source

StatementTimeoutMs

Timeout period for each statement in a script.

Declaration
public readonly string StatementTimeoutMs
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.