Persistence Config Rdb Snapshot Period
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
Not set.
Link copied to clipboard
Snapshot every 12 hours.
Link copied to clipboard
Snapshot every 24 hours.
Types
Functions
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.