Interface IScopeFilter

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

Hierarchy (view full)

Properties

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

Generated using TypeDoc