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.
Implements
Inherited Members
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 |