Member Junction
    Preparing search index...

    Status information for an analysis

    interface AnalysisStatus {
        createdAt?: string;
        estimatedCost?: number;
        exists: boolean;
        lastModified?: string;
        totalColumns?: number;
        totalIterations?: number;
        totalSchemas?: number;
        totalTables?: number;
        totalTokens?: number;
    }
    Index

    Properties

    createdAt?: string

    When analysis was created

    estimatedCost?: number

    Estimated cost in dollars

    exists: boolean

    Whether a state file exists

    lastModified?: string

    When analysis was last modified

    totalColumns?: number

    Number of columns analyzed

    totalIterations?: number

    Total iterations performed

    totalSchemas?: number

    Number of schemas analyzed

    totalTables?: number

    Number of tables analyzed

    totalTokens?: number

    Total tokens used