| Class | Description |
|---|---|
| FixedDailyDataHistorian |
A test data historian that has various values that repeat day to day.
|
| MemoryBackedHistorian |
A tag historian that stores data in memory.
|
| SQLiteHistorian |
Created by colby.clegg on 3/18/2016.
|
| SQLiteHistorian.Tables | |
| SQLiteHistorian.Tables.SchemaInfo | |
| SQLiteHistorian.Tables.TagData |
The tagdata table holds all of the actual values for a tag.
|
| SQLiteHistorian.Tables.TagDetails |
The tag details table records information about a tag path, such as
when it was created, retired, and what data type it was.
|
| SQLiteHistorian.Tables.TagProperties |
The properties table contains all of the other properties registered
for a tag.
|
| SQLiteHistorian.Tables.Tags | |
| SQLiteHistorian.Tag |