Skip to main content
Version: Next

RecoverableStatePersistenceOptions

Hierarchy

Index

Properties

optionalpersistenceEnabled

persistenceEnabled?: boolean

Flag to enable or disable state persistence

persistStateKey

persistStateKey: string

The key under which the state is stored in the KeyValueStore

optionalpersistStateKvsId

persistStateKvsId?: string

The identifier of the KeyValueStore to use for persistence. If neither a name nor an id are supplied, the default store will be used.

optionalpersistStateKvsName

persistStateKvsName?: string

The name of the KeyValueStore to use for persistence. If neither a name nor an id are supplied, the default store will be used.