Contains classes used for manipulating archive files.
| C# | Visual Basic | Visual C++ |
namespace TVA.Historian.Files
Namespace TVA.Historian.Files
namespace TVA.Historian.Files
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| ArchiveDataBlock |
Represents a block of ArchiveDataPoints in an ArchiveFile.
| |
| ArchiveDataBlockPointer |
Represents a pointer to an ArchiveDataBlock.
| |
| ArchiveDataPoint |
Represents time-series data stored in ArchiveFile.
| |
| ArchiveFile |
Represents a file that contains ArchiveDataPoints.
| |
| ArchiveFileAllocationTable |
Represents the File Allocation Table of an ArchiveFile.
| |
| ArchiveFileStatistics |
A class that contains the statistics of an ArchiveFile.
| |
| ArchiveFileType |
Indicates the type of ArchiveFile.
| |
| DataType |
Indicates the type of data being archived for a MetadataRecord.
| |
| IntercomFile |
Represents a file containing IntercomRecords.
| |
| IntercomRecord |
Represents a record in the IntercomFile that contains runtime information of a historian.
| |
| MetadataFile |
Represents a file containing MetadataRecords.
| |
| MetadataRecord |
Represents a record in the MetadataFile that contains the various attributes associates to a HistorianID.
| |
| MetadataRecordAlarmFlags |
Defines which data Quality should trigger an alarm notification.
| |
| MetadataRecordAnalogFields |
Defines specific fields for MetadataRecords that are of type Analog.
| |
| MetadataRecordComposedFields |
Defines specific fields for MetadataRecords that are of type Composed.
| |
| MetadataRecordConstantFields |
Defines specific fields for MetadataRecords that are of type Constant.
| |
| MetadataRecordDigitalFields |
Defines specific fields for MetadataRecords that are of type Digital.
| |
| MetadataRecordGeneralFlags |
Defines general boolean settings for a MetadataRecord.
| |
| MetadataRecordSecurityFlags |
Defines the security level for a MetadataRecord.
| |
| MetadataRecordSummary |
A class with a subset of information defined in MetadataRecord. The BinaryImage of
MetadataRecordSummary is sent back as a reply to PacketType3 and
PacketType4.
| |
| StateFile |
Represents a file containing StateRecords.
| |
| StateRecord |
Represents a record in the StateFile that contains the state information associated to a HistorianID.
| |
| StateRecordDataPoint |
Represents time-series data stored in StateFile.
| |
| StateRecordSummary |
A class with just CurrentData. The BinaryImage of MetadataRecordSummary
is sent back as a reply to PacketType11.
|