Class PicosTimestampPrecision (2.39.0)
Stay organized with collections
Save and categorize content based on your preferences.
PicosTimestampPrecision(value)
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.
Enums
Name
Description
PICOS_TIMESTAMP_PRECISION_UNSPECIFIED
Unspecified timestamp precision. The default precision is microseconds.
TIMESTAMP_PRECISION_MICROS
Timestamp values returned by Read API will be truncated to microsecond level precision. The value will be encoded as Avro TIMESTAMP type in a 64 bit integer.
TIMESTAMP_PRECISION_NANOS
Timestamp values returned by Read API will be truncated to nanosecond level precision. The value will be encoded as Avro TIMESTAMP type in a 64 bit integer.
TIMESTAMP_PRECISION_PICOS
Read API will return full precision picosecond value. The value will be encoded as a string which conforms to ISO 8601 format.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-02 UTC."],[],[]]