You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This interface is responsbile for persisting data/state to central storage providers such as databases, etc.
public interface IOASISDBStorageProvider : IOASISStorageProvider
{
//Blockchain providers have version control built in because they always store a new record rather than updating an existing.
//Central Storage/DB's by default can update the same record, if this flag is set below then they will act more like a Blockchain and store a new copy of the record and link to the previous version.