Google BigQuery Storage v1 API - Enum AppendRowsRequest.Types.MissingValueInterpretation (3.4.0)

public enum MissingValueInterpretation

Reference documentation and code samples for the Google BigQuery Storage v1 API enum AppendRowsRequest.Types.MissingValueInterpretation.

An enum to indicate how to interpret missing values. Missing values are fields present in user schema but missing in rows. A missing value can represent a NULL or a column default value defined in BigQuery table schema.

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Fields

NameDescription
DefaultValue

Missing value is interpreted as column default value if declared in the table schema, NULL otherwise.

NullValue

Missing value is interpreted as NULL.

Unspecified

Invalid missing value interpretation. Requests with this value will be rejected.