Show / Hide Table of Contents

Class TableView

Inheritance
System.Object
TableView
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 TableView

Fields

View Source

Query

A query that BigQuery executes when the view is referenced.

Declaration
public readonly string Query
Field Value
Type Description
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 readonly bool? UseLegacySql
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.