Click or drag to resize

ExportType Enumeration

Indicates the processing frequency of an Export.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public enum ExportType
Members
Member nameValueDescription
Manual0Export is to be processed only when a request is made to process it.
RealTime1Export is to be processed as time-series data is received in real-time.
Intervaled2Export is to be processed at a set interval regardless of change in the time-series data.
See Also