appConsistent

@JvmName(name = "cfufbnneeslrsnab")
suspend fun appConsistent(value: Output<Boolean>)
@JvmName(name = "xkeogekaticrhjhd")
suspend fun appConsistent(value: Boolean)

Parameters

value

Whether to turn on application consistency. The application consistency snapshot backs up memory data and ongoing database transactions at the time of snapshot creation to ensure the consistency of application system data and database transactions. By applying consistent snapshots, there is no data damage or loss, so as to avoid log rollback during database startup and ensure that the application is in a consistent startup state. Valid values: true, false.