Skip to main content

Interface: MigrationResult

Defined in: packages/agentos/src/rag/migration/types.ts:69

Result returned after a migration completes.

Properties

durationMs

durationMs: number

Defined in: packages/agentos/src/rag/migration/types.ts:75

Wall-clock duration in milliseconds.


errors

errors: string[]

Defined in: packages/agentos/src/rag/migration/types.ts:79

Any errors encountered (non-fatal errors are collected, not thrown).


tablesProcessed

tablesProcessed: string[]

Defined in: packages/agentos/src/rag/migration/types.ts:71

Names of tables that were processed.


totalRows

totalRows: number

Defined in: packages/agentos/src/rag/migration/types.ts:73

Total rows migrated across all tables.


verified

verified: boolean

Defined in: packages/agentos/src/rag/migration/types.ts:77

True if post-migration verification passed.