Framework
FlashcoreIntrospection
Introspection data returned by Flashcore.$.introspect().
| Property | Type | Description |
|---|
kvNamespaces | string[] | 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. |
plugins | string[] | Registered plugins. |
storage | { totalKeys: number; totalSize: number; } | Storage statistics. |
storage.totalKeys | number | - |
storage.totalSize? | number | - |
walStatus | { lastRecovery: Date; pendingEntries: number; } | WAL status. |
walStatus.lastRecovery? | Date | - |
walStatus.pendingEntries | number | - |