Google Cloud Spanner v1 API - Enum LossOfPrecisionHandling (5.0.0-beta03)

public enum LossOfPrecisionHandling

Reference documentation and code samples for the Google Cloud Spanner v1 API enum LossOfPrecisionHandling.

Handling for a conversion that would lose precision.

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Fields

NameDescription
Throw

Throw an exception.

Truncate

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