@labkey/api
    Preparing search index...

    Interface ICreateOptions

    interface ICreateOptions {
        queryName?: string;
        queryType?: TQueryType;
        schemaName: string;
    }
    Index

    Properties

    queryName?: string

    If specified, only measures from the specified query will be returned.

    queryType?: TQueryType

    If specified, only measures from the specified query types will be returned. By default, all queries will be returned.

    schemaName: string

    Only measures from the specified schema will be returned.