Member Junction
    Preparing search index...

    Per-key statistics from a coverage scan of the overflow column for one (CompanyIntegration, entity).

    interface OverflowKeyStats {
        Key: string;
        Occurrences: number;
        SampleValues: unknown[];
        TotalRows: number;
    }
    Index

    Properties

    Key: string

    The source key as it appears in the overflow JSON.

    Occurrences: number

    Rows in which the key was present with a non-null value.

    SampleValues: unknown[]

    A bounded sample of observed values for this key, for type inference.

    TotalRows: number

    Total rows scanned (rows that had any overflow JSON).