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.
[[["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-03-21 UTC."],[[["This document provides reference documentation for the `AppendRowsRequest.Types.MissingValueInterpretation` enum within the Google BigQuery Storage v1 API for .NET."],["The enum `AppendRowsRequest.Types.MissingValueInterpretation` specifies how missing values in rows should be interpreted when writing to BigQuery."],["Available options for interpreting missing values include `DefaultValue` (column default or NULL), `NullValue` (always NULL), and `Unspecified` (invalid)."],["The latest version of the documentation is for version 3.17.0, and this page also offers references for versions from 2.3.0 to 3.16.0 of the Google.Cloud.BigQuery.Storage.V1 API."],["The enum is located within the Google.Cloud.BigQuery.Storage.V1 namespace and is part of the Google.Cloud.BigQuery.Storage.V1.dll assembly."]]],[]]