Class GeneratedColumn
Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).
Implements
Inherited Members
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 |