commitTime property

  1. @TagNumber(2)
Timestamp 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 commit.

Implementation

@$pb.TagNumber(2)
$4.Timestamp get commitTime => $_getN(1);
  1. @TagNumber(2)
void commitTime=(Timestamp v)

Implementation

@$pb.TagNumber(2)
set commitTime($4.Timestamp v) {
  setField(2, v);
}