Returns a template DataSet that can be used for storing time-series data in a tabular format.
Declaration Syntax
Return Value
A DataSet object.
Remarks
The returned DataSet consists of two DataTables with the following structure:
Table 1 is to be used for storing time-series data.
Column Name | Column Description |
---|---|
Instance | Historian instance providing the time-series data. |
ID | HistorianID of the time-series data. |
Time | Time of the time-series data. |
Value | Value of the time-series data. |
Quality | Quality of the time-series data. |
Column Name | Column Description |
---|---|
RunTime | DateTime (in UTC) when the data in Table 1 was populated. |
RecordCount | Number of time-series data points in Table 1. |
RefreshSchedule | Interval (in seconds) at which the data in Table 1 is to be refreshed. |