onvif
    Preparing search index...

    Interface FindMetadata

    interface FindMetadata {
        endPoint?: Date;
        keepAliveTime: string;
        maxMatches?: number;
        metadataFilter: MetadataFilter;
        scope: SearchScope;
        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.

    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.

    metadataFilter: MetadataFilter
    startPoint: Date

    The point of time where the search will start.