openPDC Historian Help
ExportType Enumeration
NamespacesTVA.Historian.ExportersExportType
Indicates the processing frequency of an Export.
Declaration Syntax
C#Visual BasicVisual C++
public enum ExportType
Public Enumeration ExportType
public enum class ExportType
Members
MemberDescription
Manual
Export is to be processed only when a request is made to process it.

RealTime
Export is to be processed as time-series data is received in real-time.

Intervaled
Export is to be processed at a set interval regardless of change in the time-series data.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252