storage
Defines the storage mechanism for persisting snapshots in the feature. This property accepts implementations of PersistenceStorageProvider, 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 PersistenceStorageProvider to this property.