RegisterMariaDbPluginsOptionsType
Это содержимое пока не доступно на вашем языке.
RegisterMariaDbPluginsOptionsType =
object
Defined in: src/persistence/journals/MariaDbPluginOptions.ts:8
Properties
Section titled “Properties”durableStateStore?
Section titled “durableStateStore?”
readonlyoptionaldurableStateStore?:MariaDbDurableStateStoreOptions
Defined in: src/persistence/journals/MariaDbPluginOptions.ts:22
Durable-state-store builder — its pool is overridden by the shared pool when set.
journal?
Section titled “journal?”
readonlyoptionaljournal?:MariaDbJournalOptions
Defined in: src/persistence/journals/MariaDbPluginOptions.ts:18
Journal builder — its pool is overridden by the shared pool when set.
readonlyoptionalpool?:MariaDbPoolLike
Defined in: src/persistence/journals/MariaDbPluginOptions.ts:14
Shared connection pool injected into all three stores. When provided,
the journal + snapshot + durable-state stores reuse ONE pool. When
omitted, each store lazily builds its own from its url / poolConfig.
serializer?
Section titled “serializer?”
readonlyoptionalserializer?:Serializer
Defined in: src/persistence/journals/MariaDbPluginOptions.ts:16
Shared payload serializer injected into all three stores (a leaf’s own serializer wins).
snapshotStore?
Section titled “snapshotStore?”
readonlyoptionalsnapshotStore?:MariaDbSnapshotStoreOptions
Defined in: src/persistence/journals/MariaDbPluginOptions.ts:20
Snapshot-store builder — its pool is overridden by the shared pool when set.
