readTime property
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;