跳转到内容
简体中文

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.