ObjectStoragePluginHandles
Defined in: src/persistence/object-storage/ObjectStoragePlugin.ts:60
Properties
Section titled “Properties”backend
Section titled “backend”
readonlybackend:ObjectStorageBackend
Defined in: src/persistence/object-storage/ObjectStoragePlugin.ts:62
The shared backend — both stores write through this.
durableStateStore
Section titled “durableStateStore”
readonlydurableStateStore:ObjectStorageDurableStateStore
Defined in: src/persistence/object-storage/ObjectStoragePlugin.ts:69
The DurableState store instance. PersistenceExtension doesn’t
carry a DurableState registry today, so callers that want
DurableState pass this directly into DurableStateActor’s
settings.