Click or drag to resize

ArchiveFileType Enumeration

Indicates the type of ArchiveFile.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public enum ArchiveFileType
Members
Member nameValueDescription
Active0ArchiveFile is being used for archiving current data.
Standby1ArchiveFile to be used in the rollover process.
Historic2ArchiveFile is full and is not to be used for current data.
See Also