Click or drag to resize

GSF.Historian.Exporters Namespace

Contains classes used for automating data exports in a variety of formats.
Classes
  Class Description
Public class Code example CsvExporter Represents an exporter that can export the current time-series data in CSV format to a file.
Public class Code example DataMonitorExporter Represents an exporter that can export real-time time-series data over a TCP server socket.
Public class Export A class with information that can be used by an exporter for exporting time-series data.
Public class ExporterBase Base class for an exporter of real-time time-series data.
Protected class ExporterBaseRealTimeData A class that can be used to save real-time time-series data for Exports of type RealTime.
Public class ExportRecord A class that can be used to define the time-series data to be exported for an Export.
Public class ExportSetting A class that can be used to add custom settings to an Export.
Public class FileHelper A class with helper methods for file related operations.
Public class Code example RawDataExporter Represents an exporter that can export real-time time-series data in CSV or XML format to a file.
Public class Code example RebroadcastExporter Represents an exporter that can export real-time time-series data using TCP or UDP to a listening Socket.
Public class Code example RollingHistoryExporter Represents an exporter that can export current and runtime historic time-series data in CSV or XML format to a file.
Public class Code example StatisticsExporter Represents an exporter that can export the StatisticsExporterStatistics in CSV or XML format to a file.
Protected class StatisticsExporterStatistics A class for calculating the MIN, MAX and AVG of time-series data over a period of time.
Public class Code example XmlExporter Represents an exporter that can export the current time-series data in XML format to a file.
Interfaces
  Interface Description
Public interface IExporter Defines an exporter of real-time time-series data.
Enumerations
  Enumeration Description
Public enumeration ExportProcessResult Indicates the processing result of an Export.
Public enumeration ExportType Indicates the processing frequency of an Export.