savedown Storage Configuration
Parameters
value
Size and type of the temporary storage that is used to hold data during the savedown process. This parameter is required when you choose type
as RDB. All the data written to this storage space is lost when the cluster node is restarted. See savedown_storage_configuration.
suspend fun savedownStorageConfiguration(argument: suspend KxClusterSavedownStorageConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Size and type of the temporary storage that is used to hold data during the savedown process. This parameter is required when you choose type
as RDB. All the data written to this storage space is lost when the cluster node is restarted. See savedown_storage_configuration.