versionRetentionPeriod property

String? versionRetentionPeriod
getter/setter pair

The period during which past versions of data are retained in the database.

Any read or query can specify a read_time within this window, and will read the state of the database at that time. If the PITR feature is enabled, the retention period is 7 days. Otherwise, the retention period is 1 hour.

Output only.

Implementation

core.String? versionRetentionPeriod;