Member Junction
    Preparing search index...
    interface AnalysisOptions {
        config: DBAutoDocConfig;
        maxIterations?: number;
        onProgress?: (message: string, data?: any) => void;
        reanalyzeBelowConfidence?: number;
        resumeFromState?: string;
    }
    Index

    Properties

    maxIterations?: number

    Override max iterations from config for this run

    onProgress?: (message: string, data?: any) => void
    reanalyzeBelowConfidence?: number

    Only re-analyze tables with confidence below this threshold (used with resume)

    resumeFromState?: string