onvif
    Preparing search index...

    Interface ExportRecordedDataResponse

    interface ExportRecordedDataResponse {
        extension?: Extension;
        fileNames?: string[];
        operationToken: string;
    }
    Index
    extension?: Extension
    fileNames?: string[]

    List of exported file names. The device can also use AsyncronousOperationStatus event to publish this list.

    operationToken: string

    Unique operation token for client to associate the relevant events.