onvif
    Preparing search index...

    Interface RecordingConfiguration

    interface RecordingConfiguration {
        content: string;
        maximumRetentionTime: string;
        source: RecordingSourceInformation;
        target?: RecordingTargetConfiguration;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    content: string

    Informative description of the source.

    maximumRetentionTime: string

    Sspecifies the maximum time that data in any track within the recording shall be stored. The device shall delete any data older than the maximum retention time. Such data shall not be accessible anymore. If the MaximumRetentionPeriod is set to 0, the device shall not limit the retention time of stored data, except by resource constraints. Whatever the value of MaximumRetentionTime, the device may automatically delete recordings to free up storage space for new recordings.

    Information about the source of the recording.

    Optional external storage target configuration.