Member Junction
    Preparing search index...

    Type for query field information. Includes optional AI detection fields from CodeGen-generated types.

    interface QueryField {
        AutoDetectConfidenceScore?: number;
        ComputationDescription?: string;
        Description?: string;
        DetectionMethod?: string;
        ID: string;
        IsComputed: boolean;
        IsSummary?: boolean;
        Name: string;
        QueryID: string;
        Sequence: number;
        SourceEntity?: string;
        SourceEntityID?: string;
        SourceFieldName?: string;
        SQLBaseType?: string;
        SQLFullType?: string;
        SummaryDescription?: string;
    }
    Index

    Properties

    AutoDetectConfidenceScore?: number
    ComputationDescription?: string
    Description?: string
    DetectionMethod?: string
    ID: string
    IsComputed: boolean
    IsSummary?: boolean
    Name: string
    QueryID: string
    Sequence: number
    SourceEntity?: string
    SourceEntityID?: string
    SourceFieldName?: string
    SQLBaseType?: string
    SQLFullType?: string
    SummaryDescription?: string