Show / Hide Table of Contents

Class TableViewGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TableViewGetArgs
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 TableViewGetArgs : ResourceArgs

Constructors

View Source

TableViewGetArgs()

Declaration
public TableViewGetArgs()

Properties

View Source

Query

A query that BigQuery executes when the view is referenced.

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

UseLegacySql

Specifies whether to use BigQuery's legacy SQL for this view. The default value is true. If set to false, the view will use BigQuery's standard SQL.

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