Fast-DB Batch Search Client - v3.1.0
    Preparing search index...

    Interface QueryResponse

    interface QueryResponse {
        data: null | DataFrameResponse;
        elapsed_ms: number;
        error: null | string;
        metrics?: null | QueryMetrics;
        success: boolean;
    }
    Index

    Properties

    data: null | DataFrameResponse
    elapsed_ms: number
    error: null | string
    metrics?: null | QueryMetrics
    success: boolean