Class HistorianDocProvider

java.lang.Object
com.inductiveautomation.ignition.common.script.hints.PropertiesFileDocProvider
com.inductiveautomation.historian.common.scripting.HistorianDocProvider
All Implemented Interfaces:
ScriptFunctionDocProvider

public class HistorianDocProvider extends PropertiesFileDocProvider
Custom documentation provider for historian scripting functions that hides certain parameters from autocomplete and documentation while still accepting them for backward compatibility.

On Ignition 8.3, the legacy query path cannot honor certain parameters advertised in the scripting API. Rather than breaking existing scripts, this provider hides these parameters from documentation while the underlying code continues to accept them (accept-and-ignore pattern).

  • queryAggregatedPoints: fillModes, excludeObservations, includeBounds
  • queryRawPoints: excludeObservations, includeBounds
  • browse: snapshotTime

These parameters will be fully supported when the 2027.02 query overhaul is implemented.

  • Constructor Details

    • HistorianDocProvider

      public HistorianDocProvider()
  • Method Details