Class HistoricalDataUtil
java.lang.Object
com.inductiveautomation.ignition.gateway.history.HistoricalDataUtil
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic HistoricalDatacopy(HistoricalData data) Copies HistoricalData object depending on the underlying implementation.static Stream<HistoricalData>expand(HistoricalData data) 
- 
Constructor Details- 
HistoricalDataUtilpublic HistoricalDataUtil()
 
- 
- 
Method Details- 
expand
- 
copyCopies HistoricalData object depending on the underlying implementation. Only supports copying BasicScanclassHistorySet and BasicDataTransaction as of now.
 
-