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

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.

Generated using TypeDoc