Interface IQuery

interface IQuery {
    aggregate?: AggregateLevel;
    deviceIds?: string[];
    end: string;
    latestOnly?: boolean;
    names?: string[];
    notNames?: string[];
    start: string;
    tags?: ITagSets;
    types?: (keyof IStreamTypeMap)[];
}

Hierarchy (view full)

Properties

aggregate?: AggregateLevel
deviceIds?: string[]
end: string
latestOnly?: boolean
names?: string[]
notNames?: string[]
start: string
tags?: ITagSets
types?: (keyof IStreamTypeMap)[]

Generated using TypeDoc