Class GeneratedExpressionInfo
Definition of the expression used to generate the field.
Implements
Inherited Members
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? |