ClusterPersistenceConfigRdbConfig

data class ClusterPersistenceConfigRdbConfig(val rdbSnapshotPeriod: String? = null, val rdbSnapshotStartTime: String? = null)

Constructors

Link copied to clipboard
constructor(rdbSnapshotPeriod: String? = null, rdbSnapshotStartTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Available snapshot periods for scheduling.

Link copied to clipboard

The time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.