Enum SchemaUpdateOption (2.3.0)

[Flags]
public enum SchemaUpdateOption

How to update the schema when performing load/extract operations.

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Fields

NameDescription
AllowFieldAddition

Allows adding a nullable field to the schema.

AllowFieldRelaxation

Allows relaxing a required field in the original schema to nullable.