onvif
    Preparing search index...

    Interface RecordingSummary

    interface RecordingSummary {
        dataFrom: Date;
        dataUntil: Date;
        numberRecordings: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    dataFrom: Date

    The earliest point in time where there is recorded data on the device.

    dataUntil: Date

    The most recent point in time where there is recorded data on the device.

    numberRecordings: number

    The device contains this many recordings.