snapshotTimestamp property

String? snapshotTimestamp
getter/setter pair

If TransactionOptions.isolation_level is set to IsolationLevel.REPEATABLE_READ, then the snapshot timestamp is the timestamp at which all reads in the transaction ran.

This timestamp is never returned.

Implementation

core.String? snapshotTimestamp;