@squidcloud/client
    Preparing search index...

    Interface VisitQueryResultsStats

    Result of the visitQueryResults function.

    interface VisitQueryResultsStats {
        count: number;
        time: number;
    }
    Index

    Properties

    Properties

    count: number

    Count of documents visited.

    time: number

    Time in millis spent in the function.