commitTime property

Timestamp? commitTime
final

The time at which the commit occurred. Any read with an equal or greater read_time is guaranteed to see the effects of the commit.

Implementation

final Timestamp? commitTime;