onvif
    Preparing search index...

    Interface FindEvents

    interface FindEvents {
        endPoint?: Date;
        includeStartState: boolean;
        keepAliveTime: string;
        maxMatches?: number;
        scope: SearchScope;
        searchFilter: EventFilter;
        startPoint: Date;
    }
    Index
    endPoint?: Date

    The point of time where the search will stop. This can be a time before the StartPoint, in which case the search is performed backwards in time.

    includeStartState: boolean

    Setting IncludeStartState to true means that the server should return virtual events representing the start state for any recording included in the scope. Start state events are limited to the topics defined in the SearchFilter that have the IsProperty flag set to true.

    keepAliveTime: string

    The time the search session will be kept alive after responding to this and subsequent requests. A device shall support at least values up to ten seconds.

    maxMatches?: number

    The search will be completed after this many matches. If not specified, the search will continue until reaching the endpoint or until the session expires.

    searchFilter: EventFilter
    startPoint: Date

    The point of time where the search will start.