commitTime property
The time at which the commit occurred.
Any read with an equal or greater read_time
is guaranteed to see the
effects of the write.
Implementation
core.String? commitTime;
The time at which the commit occurred.
Any read with an equal or greater read_time
is guaranteed to see the
effects of the write.
core.String? commitTime;