Device Monitoring Studio - Monitor, log and analyze data coming through PC ports and connections
Download Device Monitoring Studio Hide this button

VisConfig.Exporter Interface

This interface is used to configure Raw Exporter and Text Exporter settings.

Declaration

interface Exporter {
    // Properties
    ${path}: string;
    ${overwrite}?: boolean;
    ${nocache}?: boolean;
}
// This interface is not available in managed environment
// This interface is not available in native environment

Exporter Properties

path

path: string;
// This property is not available in managed environment
// This property is not available in native environment

Full path to the destination file.

overwrite

overwrite?: boolean;
// This property is not available in managed environment
// This property is not available in native environment

Optional boolean parameter that tells if the file must be overwritten. If omitted, defaults to false.

nocache

nocache?: boolean;
// This property is not available in managed environment
// This property is not available in native environment

Optional boolean parameter that tells if disk cache should not be used. If omitted, defaults to false.