earliestVersionTime property

String? earliestVersionTime
getter/setter pair

Earliest timestamp at which older versions of the data can be read.

This value is continuously updated by Cloud Spanner and becomes stale the moment it is queried. If you are using this value to recover data, make sure to account for the time from the moment when the value is queried to the moment when you initiate the recovery.

Output only.

Implementation

core.String? earliestVersionTime;