earliestVersionTime property

String? earliestVersionTime
getter/setter pair

The earliest timestamp at which older versions of the data can be read from the database.

See [version_retention_period] above; this field is populated with `now

  • version_retention_period`. This value is continuously updated, 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;