Show / Hide Table of Contents

Class ForeignViewDefinition

A view can be represented in multiple ways. Each representation has its own dialect. This message stores the metadata required for these representations.

Inheritance
object
ForeignViewDefinition
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class ForeignViewDefinition : IDirectResponseSchema

Properties

Dialect

Optional. Represents the dialect of the query.

Declaration
[JsonProperty("dialect")]
public virtual string Dialect { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Query

Required. The query that defines the view.

Declaration
[JsonProperty("query")]
public virtual string Query { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX