vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface QueryOptions

    interface QueryOptions {
        cache?: boolean;
        cancelToken?: CancellationToken;
        chunkSize?: number;
        toolingApi?: boolean;
    }
    Index

    Properties

    cache?: boolean

    Cache the query results

    cancelToken?: CancellationToken

    Cancellation token when triggered cancels the query

    chunkSize?: number

    Default chunk size for the query

    toolingApi?: boolean

    Execute the query on the tooling API instead of the regular data API.