Contains classes used for automating data exports in a variety of formats.
| C# | Visual Basic | Visual C++ |
namespace TVA.Historian.Exporters
Namespace TVA.Historian.Exporters
namespace TVA.Historian.Exporters
| All Types | Classes | Interfaces | Enumerations |
| Icon | Type | Description |
|---|---|---|
| CsvExporter |
Represents an exporter that can export the current time-series data in CSV format to a file.
| |
| DataMonitorExporter |
Represents an exporter that can export real-time time-series data over a TCP server socket.
| |
| Export |
A class with information that can be used by an exporter for exporting time-series data.
| |
| ExporterBase |
Base class for an exporter of real-time time-series data.
| |
| ExportProcessResult |
Indicates the processing result of an Export.
| |
| ExportRecord |
A class that can be used to define the time-series data to be exported for an Export.
| |
| ExportSetting |
A class that can be used to add custom settings to an Export.
| |
| ExportType |
Indicates the processing frequency of an Export.
| |
| FileHelper |
A class with helper methods for file related operations.
| |
| IExporter |
Defines an exporter of real-time time-series data.
| |
| RawDataExporter |
Represents an exporter that can export real-time time-series data in CSV or XML format to a file.
| |
| ExporterBase..::.RealTimeData | ||
| RebroadcastExporter |
Represents an exporter that can export real-time time-series data using TCP or UDP to a listening Socket.
| |
| RollingHistoryExporter |
Represents an exporter that can export current and runtime historic time-series data in CSV or XML format to a file.
| |
| StatisticsExporter..::.Statistics |
A class for calculating the MIN, MAX and AVG of time-series data over a period of time.
| |
| StatisticsExporter |
Represents an exporter that can export the StatisticsExporter..::.Statistics in CSV or XML format to a file.
| |
| XmlExporter |
Represents an exporter that can export the current time-series data in XML format to a file.
|