LogoRobo.js
Framework

FlashcoreIntrospection

Interface: FlashcoreIntrospection

Introspection data returned by Flashcore.$.introspect().

Properties

PropertyTypeDescription
kvNamespacesstring[]Known KV namespaces (best-effort; may be empty on non-scan adapters).
models{ customMethods: string[]; fields: string[]; indexes: string[]; name: string; namespace: string; recordCount: number; relations: string[]; schemaChecksum: string; }[]Registered models with metadata.
pluginsstring[]Registered plugins.
storage{ totalKeys: number; totalSize: number; }Storage statistics.
storage.totalKeysnumber-
storage.totalSize?number-
walStatus{ lastRecovery: Date; pendingEntries: number; }WAL status.
walStatus.lastRecovery?Date-
walStatus.pendingEntriesnumber-

On this page