readTime property

  1. @TagNumber(4)
Timestamp readTime

The read timestamp at which the remove was observed.

Greater or equal to the commit_time of the change/delete/remove.

Implementation

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

Implementation

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