readTime property
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);
Implementation
@$pb.TagNumber(2)
set readTime($0.Timestamp v) {
setField(2, v);
}