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