HistorianTable Class

Class for HistorianTable operation.
Public Class HistorianTable
This language is not supported or no code example is available.
public class HistorianTable
This language is not supported or no code example is available.
Name Description
Public constructor HistorianTable(RunObj, int) Construct an instance of this class
Top
Name Description
Public property ArchiveLocation Gets ArchiveLocation historian.
Public property AutoCreate Indicates the Historian Table auto creation.
Public property Category ReadOnly property with categories configured on HistorianTable object.
Public property Disable Disable/Enable the Historian Table.
Public property ErrorCount Gets the store operation error count.
Public property Id Object ID (Internal Use).
Public property InitializationMessage Gets the initialization message
Public property IsDeleting Indicates if historian is deleting data.
Public property LastDeletedErrorMessage Gets the last error message when deleting data
Public property LastDeletedTimeStamp Gets the last timestamp when deleting data
Public property LastStoredErrorMessage Gets the last error message when storing data
Public property LastStoredTimeStamp Gets the last stored timestamp on historian table.
Public property Level ReadOnly property with levels configured on HistorianTable object.
Public property LifeTime Number of days that history will be available to access.
Public property Normalized Gets flag indicating whether table is normalized
Public property RowsCount Gets the historian table rows count
Public property SaveOnChange Flag to enable save on tag value changed.
Public property SaveQuality Flag to enable save quality or not
Public property StoreAndForward Runtime properties for HistorianTableStoreAndForward Objects.
Public property SuccessCount Gets the store operation success count.
Public property TimeDeadband Object ID (Internal Use).
Public property Trigger Gets the configured object to trigger store operation
Public property ValueType Gets number indicating value type of table: 0 -> Double (8 bytes) or 1 -> Single (4 bytes)
Top
Methods
 
Name Description
Public method DeleteSamples(DateTime, DateTime) Delete samples
Public method ForceTrigger(long, bool, bool, bool) Force trigger to save historian
Public method GetObjectList() Get list of items related to tag
Public method SaveToTextFile(DateTime, DateTime, string, char, bool, bool, bool, int, CultureInfo) Save historian to text file
Public method SaveToTextFile(DateTime, DateTime) Save historian to text file
Public method SaveToTextFile(string, string, string, char, bool, bool, bool, int, CultureInfo) Save historian to text file
Public method SaveToTextFile(string, string) Save historian to text file
Top
T.Modules.Historian.HistorianTable

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition