Google BigQuery Storage v1 API - Enum ArrowSerializationOptions.Types.PicosTimestampPrecision (3.19.0)

public enum ArrowSerializationOptions.Types.PicosTimestampPrecision

Reference documentation and code samples for the Google BigQuery Storage v1 API enum ArrowSerializationOptions.Types.PicosTimestampPrecision.

The precision of the timestamp value in the Avro message. This precision will only be applied to the column(s) with the TIMESTAMP_PICOS type.

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Fields

Name Description
TimestampPrecisionMicros

Timestamp values returned by Read API will be truncated to microsecond level precision. The value will be encoded as Arrow TIMESTAMP type in a 64 bit integer.

TimestampPrecisionNanos

Timestamp values returned by Read API will be truncated to nanosecond level precision. The value will be encoded as Arrow TIMESTAMP type in a 64 bit integer.

TimestampPrecisionPicos

Read API will return full precision picosecond value. The value will be encoded as a string which conforms to ISO 8601 format.

Unspecified

Unspecified timestamp precision. The default precision is microseconds.