commitTime property

String? commitTime
getter/setter pair

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

core.String? commitTime;