Google BigQuery v2 API - Enum LossOfPrecisionHandling (3.2.0)

Stay organized with collections Save and categorize content based on your preferences.
public enum LossOfPrecisionHandling

Reference documentation and code samples for the Google BigQuery v2 API enum LossOfPrecisionHandling.

Handling for a conversion that would lose precision.

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Fields

NameDescription
Throw

Throw an exception.

Truncate

Truncate the loss of precision, truncating the result towards zero.