Interface SyntheticQuery

interface SyntheticQuery {
    end?: string | Timestamp;
    expression: string;
    limit?: number;
    start?: string | Timestamp;
    timeZone?: string;
}

Hierarchy (view full)

Properties

end?: string | Timestamp
expression: string
limit?: number
start?: string | Timestamp
timeZone?: string

For aggregates of granularity 'hour' and longer, which time zone to align to.

"UTC"
"Europe/Oslo"