Enum LossOfPrecisionHandling (2.4.0)

public 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.