readTimestamp property
For snapshot read-only transactions, the read timestamp chosen for the transaction.
Not returned by default: see
TransactionOptions.ReadOnly.return_read_timestamp. A timestamp in RFC3339
UTC "Zulu" format, accurate to nanoseconds. Example:
"2014-10-02T15:01:23.045123456Z"
.
Implementation
core.String? readTimestamp;