onvif
    Preparing search index...

    Interface SearchScope

    A structure for defining a limited scope when searching in recorded data.

    interface SearchScope {
        extension?: SearchScopeExtension;
        includedRecordings?: string[];
        includedSources?: SourceReference[];
        recordingInformationFilter?: string;
    }
    Index

    Extension point

    includedRecordings?: string[]

    A list of recordings that are included in the scope. If this list is included, only data from one of these recordings shall be searched.

    includedSources?: SourceReference[]

    A list of sources that are included in the scope. If this list is included, only data from one of these sources shall be searched.

    recordingInformationFilter?: string

    An xpath expression used to specify what recordings to search. Only those recordings with an RecordingInformation structure that matches the filter shall be searched.