ObjectStoragePluginHandles
Это содержимое пока не доступно на вашем языке.
Defined in: src/persistence/object-storage/ObjectStoragePlugin.ts:48
Properties
Section titled “Properties”backend
Section titled “backend”
readonlybackend:ObjectStorageBackend
Defined in: src/persistence/object-storage/ObjectStoragePlugin.ts:50
The shared backend — both stores write through this.
durableStateStore
Section titled “durableStateStore”
readonlydurableStateStore:ObjectStorageDurableStateStore
Defined in: src/persistence/object-storage/ObjectStoragePlugin.ts:57
The DurableState store instance. PersistenceExtension doesn’t
carry a DurableState registry today, so callers that want
DurableState pass this directly into DurableStateActor’s
options.
Methods
Section titled “Methods”close()
Section titled “close()”close():
Promise<void>
Defined in: src/persistence/object-storage/ObjectStoragePlugin.ts:63
Close the shared backend exactly once. Both stores are built with
ownsBackend: false, so neither closes the backend on its own
close() — the caller invokes this on shutdown instead (idempotent).
Returns
Section titled “Returns”Promise<void>
