Class TransformColumn
Information about a single transform column.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class TransformColumn : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Name of the column.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
TransformSql
Output only. The SQL expression used in the column transform.
Declaration
[JsonProperty("transformSql")]
public virtual string TransformSql { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Output only. Data type of the column after the transform.
Declaration
[JsonProperty("type")]
public virtual StandardSqlDataType Type { get; set; }
Property Value
Type | Description |
---|---|
StandardSqlDataType |