RecoverableStatePersistenceOptions
Hierarchy
- RecoverableStatePersistenceOptions
Index
Properties
optionalkeyValueStore
optionalpersistenceEnabled
Flag to enable or disable state persistence
optionalpersistenceTimeoutMillis
Time limit for a single load or save of the state, in milliseconds.
persistStateKey
The key under which the state is stored in the KeyValueStore
The KeyValueStore to persist into, defaulting to the default store. Accepts a pending KeyValueStore.open so that callers do not have to be async to point at a specific store.