storage

Defines the storage mechanism for persisting snapshots in the feature. This property accepts implementations of PersistencyStorageProvider, which manage how snapshots are stored and retrieved.

By default, the storage is set to NoPersistencyStorageProvider, a no-op implementation that does not persist any data. To enable actual state persistence, assign a custom implementation of PersistencyStorageProvider to this property.