onvif
    Preparing search index...

    Interface FindRecordings

    interface FindRecordings {
        keepAliveTime: string;
        maxMatches?: number;
        scope: SearchScope;
    }
    Index
    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.

    Scope defines the dataset to consider for this search.