Show / Hide Table of Contents

Class GeneratedColumn

Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).

Inheritance
object
GeneratedColumn
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 GeneratedColumn : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GeneratedExpressionInfo

Definition of the expression used to generate the field.

Declaration
[JsonProperty("generatedExpressionInfo")]
public virtual GeneratedExpressionInfo GeneratedExpressionInfo { get; set; }
Property Value
Type Description
GeneratedExpressionInfo

GeneratedMode

Optional. Dictates when system generated values are used to populate the field.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX