FileHeaderAttributes Enumeration
Defines a set of attribute flags associated with file header.
Namespace: SnapDB.IO.FileStructureAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public enum FileHeaderAttributes
Public Enumeration FileHeaderAttributes
public enum class FileHeaderAttributes
SnapDB.IO.FileStructure.FileHeaderAttributes = function();
SnapDB.IO.FileStructure.FileHeaderAttributes.createEnum('SnapDB.IO.FileStructure.FileHeaderAttributes', false);
| EndOfAttributes | 0 |
Indicates the end of file header attributes.
|
| UserAttributes | 1 |
Represents user-defined attributes stored in the file header.
|
| FileFlags | 2 |
Represents file flags stored in the file header.
|
| HistorianMetaDataVersion | 3 |
Represents the version of Historian metadata stored in the file header.
|