Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 532 Bytes

File metadata and controls

16 lines (10 loc) · 532 Bytes

LogicalTimestamp

A number representing a logical ordering to be used for transactions, etc. This can be interpreted as a timestamp in microseconds, but may differ slightly from system clock time due to clock drift and slight adjustments for the sake of ordering.

Only positive timestamps (representing times after epoch) are supported.

Type

Long

[Back to Model list] [Back to API list] [Back to README]