Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IVariableHistorian

Hierarchy

  • IVariableHistorian

Implemented by

Index

Methods

extractDataValues

  • extractDataValues(historyReadRawModifiedDetails: ReadRawModifiedDetails, maxNumberToExtract: number, isReversed: boolean, reverseDataValue: boolean, callback: function): void
  • Extract a series of dataValue from the History database for this value

    Parameters

    • historyReadRawModifiedDetails: ReadRawModifiedDetails
    • maxNumberToExtract: number
    • isReversed: boolean
    • reverseDataValue: boolean
    • callback: function
        • (err: Error | null, dataValue?: DataValue[]): void
        • Parameters

          • err: Error | null
          • Optional dataValue: DataValue[]

          Returns void

    Returns void

push

  • push(newDataValue: DataValue): Promise<void>

Generated using TypeDoc