Skip to content

ObjectStoragePluginHandles

Defined in: src/persistence/object-storage/ObjectStoragePlugin.ts:60

readonly backend: ObjectStorageBackend

Defined in: src/persistence/object-storage/ObjectStoragePlugin.ts:62

The shared backend — both stores write through this.


readonly durableStateStore: 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.