Indicates the type of ArchiveFile.

C# | Visual Basic | Visual C++ |
public enum ArchiveFileType
Public Enumeration ArchiveFileType
public enum class ArchiveFileType

Member | Description |
---|---|
Active |
ArchiveFile is being used for archiving current data.
|
Standby |
ArchiveFile to be used in the rollover process.
|
Historic |
ArchiveFile is full and is not to be used for current data.
|