Interface IFilter

interface IFilter {
    deviceIds?: string[];
    names?: string[];
    notNames?: string[];
    tags?: ITagSets;
    types?: (keyof IStreamTypeMap)[];
}

Hierarchy (view full)

Properties

deviceIds?: string[]
names?: string[]
notNames?: string[]
tags?: ITagSets
types?: (keyof IStreamTypeMap)[]

Generated using TypeDoc