Class JobQueryScriptOptionsGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobQueryScriptOptionsGetArgs : ResourceArgs
Constructors
View SourceJobQueryScriptOptionsGetArgs()
Declaration
public JobQueryScriptOptionsGetArgs()
Properties
View SourceKeyResultStatement
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> |
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> |
StatementTimeoutMs
Timeout period for each statement in a script.
Declaration
public Input<string> StatementTimeoutMs { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |