Click or drag to resize

ITimeSeriesDataService Methods

The ITimeSeriesDataService type exposes the following members.

Methods
  Name Description
Public method ReadRangeCurrentTimeSeriesDataAsJson Reads current time-series data from the Archive and sends it in Json format.
Public method ReadRangeCurrentTimeSeriesDataAsXml Reads current time-series data from the Archive and sends it in Xml format.
Public method ReadRangeHistoricTimeSeriesDataAsJson Reads historic time-series data from the Archive and sends it in Json format.
Public method ReadRangeHistoricTimeSeriesDataAsXml Reads historic time-series data from the Archive and sends it in Xml format.
Public method ReadSelectCurrentTimeSeriesDataAsJson Reads current time-series data from the Archive and sends it in Json format.
Public method ReadSelectCurrentTimeSeriesDataAsXml Reads current time-series data from the Archive and sends it in Xml format.
Public method ReadSelectHistoricTimeSeriesDataAsJson Reads historic time-series data from the Archive and sends it in Json format.
Public method ReadSelectHistoricTimeSeriesDataAsJsonPost Reads historic time-series data from the Archive and sends it in Json format.
Public method ReadSelectHistoricTimeSeriesDataAsXml Reads historic time-series data from the Archive and sends it in Xml format.
Public method WriteTimeSeriesDataAsJson Writes data received in Json format to the Archive.
Public method WriteTimeSeriesDataAsXml Writes data received in Xml format to the Archive.
Top
See Also