stateDatabase property
Name of the database backing persistent reactive state, as recorded against the space, or empty when state belongs in asset storage. It rides provisioning rather than being read from the bundle because a prestarted container is re-pointed at a space here: the bundle's own value describes whatever app was built, not which store this space had recorded.
Implementation
String stateDatabase;