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 of fields that are
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["This page provides documentation for the `AppendRowsRequest.Types.MissingValueInterpretation` enum within the Google BigQuery Storage v1 API, spanning multiple versions from 2.3.0 to the latest 3.17.0."],["The `MissingValueInterpretation` enum determines how missing values in rows are interpreted, specifically whether they should be treated as `NULL` or a `DefaultValue` according to the BigQuery table schema."],["There are three possible values for this enum: `DefaultValue`, `NullValue`, and `Unspecified`, with the latter being considered invalid and leading to request rejection."],["The documented versions are contained in the namespace `Google.Cloud.BigQuery.Storage.V1` and are implemented in the `Google.Cloud.BigQuery.Storage.V1.dll` assembly."],["There are documentation references to the past 24 versions, from version 2.3.0 to 3.17.0 of the `AppendRowsRequest.Types.MissingValueInterpretation` API."]]],[]]