Show / Hide Table of Contents

Class GeneratedExpressionInfo

Definition of the expression used to generate the field.

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

Properties

Asynchronous

Optional. Whether the column generation is done asynchronously.

Declaration
[JsonProperty("asynchronous")]
public virtual bool? Asynchronous { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

GenerationExpression

Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.

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

Stored

Optional. Whether the generated column is stored in the table.

Declaration
[JsonProperty("stored")]
public virtual bool? Stored { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX