readTime property

  1. @TagNumber(2)
Timestamp readTime

Reads documents at the given time.

This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.

Implementation

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

Implementation

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