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."],[[["The latest version available for the `Google.Cloud.BigQuery.Storage.V1` API is 3.17.0, with a list of previous versions dating back to 2.3.0, which are all linked for reference."],["The `AppendRowsRequest.Types.MissingValueInterpretation` is an enum within the `Google.Cloud.BigQuery.Storage.V1` API that indicates how to interpret missing values in the data rows."],["There are three possible interpretations for missing values within the `MissingValueInterpretation` enum: `DefaultValue`, `NullValue`, and `Unspecified`, each with distinct meanings."],["`DefaultValue` interprets a missing value as either the column's default value or NULL, while `NullValue` always interprets it as NULL, and `Unspecified` is considered an invalid interpretation."],["The documentation for the enum is within the namespace `Google.Cloud.BigQuery.Storage.V1` and located within the `Google.Cloud.BigQuery.Storage.V1.dll` assembly."]]],[]]