rdbSnapshotPeriod property

String? rdbSnapshotPeriod
getter/setter pair

Period between RDB snapshots.

Optional. Possible string values are:

  • "SNAPSHOT_PERIOD_UNSPECIFIED" : Not set.
  • "ONE_HOUR" : One hour.
  • "SIX_HOURS" : Six hours.
  • "TWELVE_HOURS" : Twelve hours.
  • "TWENTY_FOUR_HOURS" : Twenty four hours.

Implementation

core.String? rdbSnapshotPeriod;