readTime property

String? readTime
getter/setter pair

The time at which the document was read.

This may be monotically increasing, in this case the previous documents in the result stream are guaranteed not to have changed between their read_time and this one.

Implementation

core.String? readTime;