public enum AppendRowsRequest.Types.MissingValueInterpretationReference 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
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.StorageV1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |