Skip to content

QueryOptionsSpec🔗

Definition🔗

export interface QueryOptionsSpec {
    timeFrom?: string;
    maxDataPoints?: number;
    timeShift?: string;
    queryCachingTTL?: number;
    interval?: string;
    cacheTimeout?: string;
    hideTimeOverride?: boolean;
    timeCompare?: string;
}

See also🔗