onvif
    Preparing search index...

    Interface ExportRecordedData

    interface ExportRecordedData {
        endPoint?: Date;
        fileFormat: string;
        searchScope: SearchScope;
        startPoint?: Date;
        storageDestination: StorageReferencePath;
    }
    Index
    endPoint?: Date

    Optional parameter that specifies end time for the exporting.

    fileFormat: string

    Indicates which export file format to be used.

    searchScope: SearchScope

    Indicates the selection criterion on the existing recordings. .

    startPoint?: Date

    Optional parameter that specifies start time for the exporting.

    storageDestination: StorageReferencePath

    Indicates the target storage and relative directory path.