Google BigQuery v2 API - Enum SchemaUpdateOption (3.3.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

GoogleGoogle.CloudGoogle.Cloud.BigQueryV2

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.