ApplicationRestoreConfiguration

data class ApplicationRestoreConfiguration(val applicationRestoreType: ApplicationRestoreConfigurationApplicationRestoreType, val snapshotName: String? = null)

Describes the restore behavior of a restarting application.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies how the application should be restored.

Link copied to clipboard
val snapshotName: String? = null

The identifier of an existing snapshot of application state to use to restart an application. The application uses this value if RESTORE_FROM_CUSTOM_SNAPSHOT is specified for the ApplicationRestoreType.