Google BigQuery v2 API - Enum SchemaUpdateOption (3.10.0)

[Flags]
public enum SchemaUpdateOption

Reference documentation and code samples for the Google BigQuery v2 API enum SchemaUpdateOption.

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

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Fields

Name Description
AllowFieldAddition

Allows adding a nullable field to the schema.

AllowFieldRelaxation

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