Indicates the type of ArchiveFile.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public enum ArchiveFileType
Public Enumeration ArchiveFileType
public enum class ArchiveFileType
Members
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.
|