PersistenceConfigRdbSnapshotPeriod

enum PersistenceConfigRdbSnapshotPeriod : Enum<PersistenceConfigRdbSnapshotPeriod> , ConvertibleToJava<PersistenceConfigRdbSnapshotPeriod>

Optional. Period between RDB snapshots. Snapshots will be attempted every period starting from the provided snapshot start time. For example, a start time of 01/01/2033 06:45 and SIX_HOURS snapshot period will do nothing until 01/01/2033, and then trigger snapshots every day at 06:45, 12:45, 18:45, and 00:45 the next day, and so on. If not provided, TWENTY_FOUR_HOURS will be used as default.

Entries

Link copied to clipboard
Link copied to clipboard

Snapshot every 1 hour.

Link copied to clipboard

Snapshot every 6 hours.

Link copied to clipboard

Snapshot every 12 hours.

Link copied to clipboard

Snapshot every 24 hours.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): PersistenceConfigRdbSnapshotPeriod
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: PersistenceConfigRdbSnapshotPeriod
Link copied to clipboard
Link copied to clipboard