Interface IAnnotationQuery

interface IAnnotationQuery {
    aggregate?: AggregateLevel;
    annotationName?: string;
    annotationTemplateIds?: string[];
    count?: number;
    deviceIds?: string[];
    disableNullMatches?: boolean;
    end?: string;
    eventTypes?: ("custom" | "annotation" | "triggered-event" | "datapoint-event" | "device-online" | "device-offline" | "intervention-request" | "teleop-session-record" | "port-forwarding-session-record" | "command-request" | "command-response" | "command-delivery" | "comment" | "system" | "task-summary" | "stateful")[];
    id?: string;
    keyword?: string;
    message?: string;
    names?: string[];
    notNames?: string[];
    notificationEnabled?: boolean;
    offset?: number;
    severities?: ("error" | "info" | "warning" | "critical")[];
    sort?: IEventSort;
    start?: string;
    tagKey?: string;
    tags?: ITagSets;
    types?: (keyof IStreamTypeMap)[];
    userIds?: string[];
    viewed?: boolean;
}

Hierarchy (view full)

Properties

aggregate?: AggregateLevel
annotationName?: string
annotationTemplateIds?: string[]
count?: number
deviceIds?: string[]
disableNullMatches?: boolean
end?: string
eventTypes?: ("custom" | "annotation" | "triggered-event" | "datapoint-event" | "device-online" | "device-offline" | "intervention-request" | "teleop-session-record" | "port-forwarding-session-record" | "command-request" | "command-response" | "command-delivery" | "comment" | "system" | "task-summary" | "stateful")[]
id?: string
keyword?: string
message?: string
names?: string[]
notNames?: string[]
notificationEnabled?: boolean
offset?: number
severities?: ("error" | "info" | "warning" | "critical")[]
sort?: IEventSort
start?: string
tagKey?: string
tags?: ITagSets
types?: (keyof IStreamTypeMap)[]
userIds?: string[]
viewed?: boolean

Generated using TypeDoc