Show / Hide Table of Contents

Class JobQueryScriptOptionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
JobQueryScriptOptionsArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobQueryScriptOptionsArgs : ResourceArgs

Constructors

View Source

JobQueryScriptOptionsArgs()

Declaration
public JobQueryScriptOptionsArgs()

Properties

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 Input<string> KeyResultStatement { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StatementByteBudget

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

Declaration
public Input<string> StatementByteBudget { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StatementTimeoutMs

Timeout period for each statement in a script.

Declaration
public Input<string> StatementTimeoutMs { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.