readTime property

  1. @TagNumber(4)
Timestamp readTime

The read timestamp at which the delete was observed.

Greater or equal to the commit_time of the delete.

Implementation

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

Implementation

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