Show / Hide Table of Contents

Class TransformColumn

Information about a single transform column.

Inheritance
object
TransformColumn
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX